public class ContextStatePathKey extends Object implements Comparable
Constructor and Description |
---|
ContextStatePathKey(int level,
int parentPath,
int subPath) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
int |
getLevel() |
int |
getParentPath() |
int |
getSubPath() |
int |
hashCode() |
String |
toString() |
public ContextStatePathKey(int level, int parentPath, int subPath)
public int getLevel()
public int getParentPath()
public int getSubPath()
public int compareTo(Object o)
compareTo
in interface Comparable