public final class LeftInheritanceTuple1 extends BaseLeftInheritanceTuple
ancestor, inheritedIndex
cachedHash
Modifier | Constructor and Description |
---|---|
protected |
LeftInheritanceTuple1(Tuple ancestor,
java.lang.Object localElement) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index) |
int |
getLocalSize() |
int |
getSize() |
protected boolean |
localEquals(BaseLeftInheritanceTuple other)
Optimized equals calculation (prediction: true, since hash values match)
|
internalEquals
equals, hashCode, replaceAll, toImmutable
doCalcHash, getDistinctElements, getElements, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
protected LeftInheritanceTuple1(Tuple ancestor, java.lang.Object localElement)
ancestor
- localElement
- public int getSize()
public int getLocalSize()
getLocalSize
in class BaseLeftInheritanceTuple
public java.lang.Object get(int index)
protected boolean localEquals(BaseLeftInheritanceTuple other)
localEquals
in class BaseLeftInheritanceTuple