Interface MutableDoubleTokenSequence

    • Method Detail

      • append

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

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

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