public interface MutableIntTokenSequence extends IntTokenSequence, MutableScalarTokenSequence
MutableTokenSequence containing integer valued data.TokenTypeConstant#INT| Modifier and Type | Method and Description | 
|---|---|
| void | append(int value)Appends the specified integer to this sequence. | 
| void | append(int value,
      int count)Appends the specified integer to this sequence
 multiple times. | 
| IntSettable | getTokenSetter(int index)Returns a mutator for the given index. | 
| void | setInt(int index,
      int value)Sets the token at the specified position to the given value. | 
getInt, getToken, getValues, newValueIteratorgetLong, getValuesgetFloat, getValuesgetDouble, getValuesgetBigDecimal, getValuesgetType, isNull, isZerocompareElement, compareElements, getElementComparator, hashCode, isNull, size, toStringensureCanonical, getModificationCountappendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZeroappend, append, append, appendvoid append(int value)
value - the value to append.void append(int value,
            int count)
value - the value to append.count - the number of copies to append.void setInt(int index,
            int value)
index - the position to modifyvalue - the new valueIntSettable getTokenSetter(int index)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2016 Actian Corporation. All rights reserved.