Class VolatileTuple
java.lang.Object
tools.refinery.interpreter.matchers.tuple.AbstractTuple
tools.refinery.interpreter.matchers.tuple.VolatileTuple
- All Implemented Interfaces:
ITuple
- Direct Known Subclasses:
VolatileMaskedTuple
Mutable tuple without explicit modification commands. In practical terms, the values stored in a volatile tuple can
be changed without any notification.
- Since:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
Creates an immutable tuple from the values stored in the tuple.Methods inherited from class tools.refinery.interpreter.matchers.tuple.AbstractTuple
doCalcHash, getDistinctElements, getElements, internalEquals, invertIndex, invertIndexWithMupliplicity, raiseIndexingError, toString
-
Constructor Details
-
VolatileTuple
public VolatileTuple()
-
-
Method Details