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