public final class FlatTuple1 extends BaseFlatTuple
cachedHash
Modifier | Constructor and Description |
---|---|
protected |
FlatTuple1(java.lang.Object element0) |
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
public int getSize()
public java.lang.Object get(int index)
protected boolean internalEquals(ITuple other)
AbstractTuple
internalEquals
in class AbstractTuple