public abstract class AbstractLongTuple extends Object implements LongTuple
LongTuple.toString(), equals(Object),
hashCode() and LongTuple.subTuple(int, int) methods
canonically.LongTuple, only the
Tuple.getSize() and LongTuple.get(int) methods
have to be implemented.| Constructor and Description |
|---|
AbstractLongTuple() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Returns whether this tuple equals the given object.
|
int |
hashCode()
This hash code is defined to be the sum of the hash codes of
all the elements of this tuple.
|
String |
toString() |
public int hashCode()
LongTupleCopyright © 2015. All Rights Reserved.