Class BaseFlatTuple
java.lang.Object
tools.refinery.interpreter.matchers.tuple.AbstractTuple
tools.refinery.interpreter.matchers.tuple.Tuple
tools.refinery.interpreter.matchers.tuple.BaseFlatTuple
- All Implemented Interfaces:
ITuple
- Direct Known Subclasses:
FlatTuple
,FlatTuple0
,FlatTuple1
,FlatTuple2
,FlatTuple3
,FlatTuple4
Base class for all flat tuple implementations.
Flat tuples store all elements locally (do not reference other tuples).
- Since:
- 1.7
-
Field Summary
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.Tuple
equals, hashCode, replaceAll, toImmutable
Methods inherited from class tools.refinery.interpreter.matchers.tuple.AbstractTuple
doCalcHash, getDistinctElements, getElements, internalEquals, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
-
Constructor Details
-
BaseFlatTuple
public BaseFlatTuple()
-