Interface MutableStringTokenSequence

    • Method Detail

      • append

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

        void append​(String value,
                    int count)
        Appends the specified string 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.
      • setString

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