Interface IModifiableTuple

All Superinterfaces:
ITuple
All Known Implementing Classes:
VolatileModifiableMaskedTuple

public interface IModifiableTuple extends ITuple
A tuple that allows modifying the underlying value. Should not be used for non-volatile tuples.
Since:
1.7
  • Method Details

    • set

      void set(int index, Object value)
      Sets the selected value for a tuple