Class IntSeqKeyMany
java.lang.Object
com.espertech.esper.common.internal.collection.IntSeqKeyMany
- All Implemented Interfaces:
IntSeqKey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddToEnd
(int num) int[]
boolean
int[]
getArray()
int
hashCode()
boolean
isParentTo
(IntSeqKey other) int
last()
int
length()
static IntSeqKeyMany
static void
write
(IntSeqKeyMany key, DataOutput output)
-
Constructor Details
-
IntSeqKeyMany
public IntSeqKeyMany(int[] array)
-
-
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
-
equals
-
hashCode
public int hashCode() -
getArray
public int[] getArray() -
write
- Throws:
IOException
-
read
- Throws:
IOException
-