public abstract class VolatileTuple extends AbstractTuple
Constructor and Description |
---|
VolatileTuple() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
Tuple |
toImmutable()
Creates an immutable tuple from the values stored in the tuple.
|
doCalcHash, getDistinctElements, getElements, internalEquals, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Tuple toImmutable()