public class LeftInheritanceTuple extends Tuple
cachedHash| Constructor and Description |
|---|
LeftInheritanceTuple(Tuple ancestor,
java.lang.Object[] localElements)
Creates a Tuple instance, lets it inherit from an ancestor, extends it with a given array.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int index) |
int |
getSize() |
protected boolean |
internalEquals(Tuple other)
Optimized equals calculation (prediction: true, since hash values match)
|
equals, getDistinctElements, getElements, hashCode, invertIndex, invertIndexWithMupliplicity, replaceAll, toStringpublic LeftInheritanceTuple(Tuple ancestor, java.lang.Object[] localElements)
localElements - array of substitution valuespublic java.lang.Object get(int index)
protected boolean internalEquals(Tuple other)
internalEquals in class Tuple