Class VolatileTuple

  • All Implemented Interfaces:
    ITuple
    Direct Known Subclasses:
    MatchingFrame, VolatileMaskedTuple

    public abstract class VolatileTuple
    extends AbstractTuple
    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 Detail

      • VolatileTuple

        public VolatileTuple()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toImmutable

        public Tuple toImmutable()
        Creates an immutable tuple from the values stored in the tuple. The created tuple will not be updated when the current tuple changes.