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