public final class LeftInheritanceTuple2 extends BaseLeftInheritanceTuple
ancestor, inheritedIndex
cachedHash
Modifier | Constructor and Description |
---|---|
protected |
LeftInheritanceTuple2(Tuple ancestor,
java.lang.Object localElement0,
java.lang.Object localElement1) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index) |
int |
getLocalSize() |
int |
getSize() |
protected boolean |
localEquals(BaseLeftInheritanceTuple other)
Checks the equivalence of local elements only, after ancestor tuple has been determined to be equal.
|
internalEquals
equals, hashCode, replaceAll, toImmutable
doCalcHash, getDistinctElements, getElements, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
protected LeftInheritanceTuple2(Tuple ancestor, java.lang.Object localElement0, java.lang.Object localElement1)
public int getLocalSize()
getLocalSize
in class BaseLeftInheritanceTuple
public int getSize()
public java.lang.Object get(int index)
protected boolean localEquals(BaseLeftInheritanceTuple other)
BaseLeftInheritanceTuple
localEquals
in class BaseLeftInheritanceTuple