public final class FlatTuple0 extends BaseFlatTuple
Modifier and Type | Field and Description |
---|---|
protected static FlatTuple0 |
INSTANCE |
cachedHash
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index) |
java.lang.Object[] |
getElements()
As the tuple is supposed to be immutable, do not modify the returned array.
|
int |
getSize() |
protected boolean |
internalEquals(ITuple other)
Compares the elements stored in this tuple to another tuple
|
equals, hashCode, replaceAll, toImmutable
doCalcHash, getDistinctElements, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
protected static final FlatTuple0 INSTANCE
public int getSize()
public java.lang.Object get(int index)
public java.lang.Object[] getElements()
AbstractTuple
getElements
in interface ITuple
getElements
in class AbstractTuple
protected boolean internalEquals(ITuple other)
AbstractTuple
internalEquals
in class AbstractTuple