Interface MutableLongTokenSequence

    • Method Detail

      • append

        void append​(long value)
        Appends the specified long to this sequence.
        Parameters:
        value - the value to append.
      • append

        void append​(long value,
                    int count)
        Appends the specified long to this sequence multiple times.
        Parameters:
        value - the value to append.
        count - the number of copies to append.
      • setLong

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