Class LeftInheritanceTuple4
java.lang.Object
tools.refinery.interpreter.matchers.tuple.AbstractTuple
tools.refinery.interpreter.matchers.tuple.Tuple
tools.refinery.interpreter.matchers.tuple.BaseLeftInheritanceTuple
tools.refinery.interpreter.matchers.tuple.LeftInheritanceTuple4
- All Implemented Interfaces:
ITuple
- Since:
- 1.7
-
Field Summary
Fields inherited from class tools.refinery.interpreter.matchers.tuple.BaseLeftInheritanceTuple
ancestor, inheritedIndex
Fields inherited from class tools.refinery.interpreter.matchers.tuple.Tuple
cachedHash
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.refinery.interpreter.matchers.tuple.BaseLeftInheritanceTuple
internalEquals
Methods inherited from class tools.refinery.interpreter.matchers.tuple.Tuple
equals, hashCode, replaceAll, toImmutable
Methods inherited from class tools.refinery.interpreter.matchers.tuple.AbstractTuple
doCalcHash, getDistinctElements, getElements, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
-
Constructor Details
-
LeftInheritanceTuple4
-
-
Method Details
-
getLocalSize
public int getLocalSize()- Specified by:
getLocalSize
in classBaseLeftInheritanceTuple
- Returns:
- the number of local (non-inherited) elements
-
getSize
public int getSize()- Returns:
- number of elements
-
get
- Returns:
- the element at the specified index
-
localEquals
Description copied from class:BaseLeftInheritanceTuple
Checks the equivalence of local elements only, after ancestor tuple has been determined to be equal.- Specified by:
localEquals
in classBaseLeftInheritanceTuple
-