com.espertech.esper.core.context.mgr
Class ContextStatePathKey
java.lang.Object
com.espertech.esper.core.context.mgr.ContextStatePathKey
- All Implemented Interfaces:
- java.lang.Comparable
public class ContextStatePathKey
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ContextStatePathKey
public ContextStatePathKey(int level,
int parentPath,
int subPath)
getLevel
public int getLevel()
getParentPath
public int getParentPath()
getSubPath
public int getSubPath()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object