jfreerails.util
Class ListKey
java.lang.Object
jfreerails.util.ListKey
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ListKey>
public class ListKey
- extends java.lang.Object
- implements java.lang.Comparable<ListKey>, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
type
private final ListKey.Type type
index
private final int[] index
listID
private final java.lang.Enum listID
ListKey
public ListKey(ListKey.Type t,
java.lang.Enum listID,
int... i)
getIndex
public int[] getIndex()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getType
public ListKey.Type getType()
compareTo
public int compareTo(ListKey o)
- Specified by:
compareTo in interface java.lang.Comparable<ListKey>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getListID
public java.lang.Enum getListID()