com.klg.jclass.table
Class JCCellLayout.Run
java.lang.Object
|
+--com.klg.jclass.table.JCCellLayout.Run
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JCCellLayout
- public class JCCellLayout.Run
- extends Object
- implements Serializable
A Run is a series of items with the same value.
The start and end items are indexes into the run, that are inclusive.
- See Also:
- Serialized Form
Field Summary |
protected int |
end
|
protected int |
start
|
protected int |
value
|
value
protected int value
start
protected int start
end
protected int end
JCCellLayout.Run
public JCCellLayout.Run(int start,
int end,
int value)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object