Interface MutableObjectTokenSequence<O>

    • Method Detail

      • append

        void append​(O value)
        Appends the specified object to this sequence.
        Parameters:
        value - the value to append. If null, this is equivalent to appendNull().
      • append

        void append​(O value,
                    int count)
        Appends the specified object to this sequence multiple times.
        Parameters:
        value - the value to append. If null, this is equivalent to appendNull(count).
        count - the number of copies to append.
      • setObject

        void setObject​(int index,
                       O value)
        Sets the token at the specified position to the given value.
        Parameters:
        index - the position to modify
        value - the new value