Constructor and Description |
---|
IntSeqKeySix(int one,
int two,
int three,
int four,
int five,
int six) |
Modifier and Type | Method and Description |
---|---|
IntSeqKey |
addToEnd(int num) |
int[] |
asIntArray() |
boolean |
equals(Object o) |
int |
getFive() |
int |
getFour() |
int |
getOne() |
int |
getSix() |
int |
getThree() |
int |
getTwo() |
int |
hashCode() |
boolean |
isParentTo(IntSeqKey other) |
int |
last() |
int |
length() |
static IntSeqKeySix |
read(DataInput input) |
IntSeqKey |
removeFromEnd() |
static void |
write(IntSeqKeySix key,
DataOutput output) |
public IntSeqKeySix(int one, int two, int three, int four, int five, int six)
public boolean isParentTo(IntSeqKey other)
isParentTo
in interface IntSeqKey
public IntSeqKey removeFromEnd()
removeFromEnd
in interface IntSeqKey
public int[] asIntArray()
asIntArray
in interface IntSeqKey
public int getOne()
public int getTwo()
public int getThree()
public int getFour()
public int getFive()
public int getSix()
public static void write(IntSeqKeySix key, DataOutput output) throws IOException
IOException
public static IntSeqKeySix read(DataInput input) throws IOException
IOException
Copyright © 2005–2018. All rights reserved.