com.espertech.esper.core.context.mgr
Class ContextStatePathKey

java.lang.Object
  extended by com.espertech.esper.core.context.mgr.ContextStatePathKey
All Implemented Interfaces:
java.lang.Comparable

public class ContextStatePathKey
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
ContextStatePathKey(int level, int parentPath, int subPath)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object o)
           
 int getLevel()
           
 int getParentPath()
           
 int getSubPath()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextStatePathKey

public ContextStatePathKey(int level,
                           int parentPath,
                           int subPath)
Method Detail

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

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com