public final class FlatTuple2 extends BaseFlatTuple
cachedHash
Modifier | Constructor and Description |
---|---|
protected |
FlatTuple2(java.lang.Object element0,
java.lang.Object element1) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index) |
int |
getSize() |
protected boolean |
internalEquals(ITuple other)
Compares the elements stored in this tuple to another tuple
|
equals, hashCode, replaceAll, toImmutable
doCalcHash, getDistinctElements, getElements, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
protected FlatTuple2(java.lang.Object element0, java.lang.Object element1)
public int getSize()
public java.lang.Object get(int index)
protected boolean internalEquals(ITuple other)
AbstractTuple
internalEquals
in class AbstractTuple