public abstract class AbstractIntTuple extends Object implements IntTuple
IntTuple.toString(), equals(Object),
hashCode() and IntTuple.subTuple(int, int) methods
canonically.IntTuple, only the
Tuple.getSize() and IntTuple.get(int) methods
have to be implemented.| Constructor and Description |
|---|
AbstractIntTuple() |
| 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()
IntTupleCopyright © 2015. All Rights Reserved.