Class IntSeqKeyRoot
java.lang.Object
com.espertech.esper.common.internal.collection.IntSeqKeyRoot
- All Implemented Interfaces:
IntSeqKey
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddToEnd
(int num) int[]
boolean
isParentTo
(IntSeqKey other) int
last()
int
length()
-
Field Details
-
INSTANCE
-
-
Method Details
-
isParentTo
- Specified by:
isParentTo
in interfaceIntSeqKey
-
addToEnd
-
removeFromEnd
- Specified by:
removeFromEnd
in interfaceIntSeqKey
-
length
public int length() -
last
public int last() -
asIntArray
public int[] asIntArray()- Specified by:
asIntArray
in interfaceIntSeqKey
-