public abstract class Tuple extends AbstractTuple
Tuples
.Modifier and Type | Field and Description |
---|---|
protected int |
cachedHash
Caches precalculated hash value
|
Modifier | Constructor and Description |
---|---|
protected |
Tuple()
Creates a Tuple instance Derivatives should call calcHash()
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
Tuple |
replaceAll(java.lang.Object obsolete,
java.lang.Object replacement) |
Tuple |
toImmutable() |
doCalcHash, getDistinctElements, getElements, internalEquals, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
protected Tuple()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Tuple replaceAll(java.lang.Object obsolete, java.lang.Object replacement)
public Tuple toImmutable()