Constructor and Description |
---|
IntSeqKeyMany(int[] array) |
Modifier and Type | Method and Description |
---|---|
IntSeqKey |
addToEnd(int num) |
int[] |
asIntArray() |
boolean |
equals(Object o) |
int[] |
getArray() |
int |
hashCode() |
boolean |
isParentTo(IntSeqKey other) |
int |
last() |
int |
length() |
static IntSeqKeyMany |
read(DataInput input) |
IntSeqKey |
removeFromEnd() |
static void |
write(IntSeqKeyMany key,
DataOutput output) |
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[] getArray()
public static void write(IntSeqKeyMany key, DataOutput output) throws IOException
IOException
public static IntSeqKeyMany read(DataInput input) throws IOException
IOException
Copyright © 2005–2018. All rights reserved.