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, newValueIterator
getLong, getValues
getFloat, getValues
getDouble, getValues
getBigDecimal, getValues
getType, isNull, isZero
compareElement, compareElements, getElementComparator, hashCode, isNull, size, toString
ensureCanonical, getModificationCount
appendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZero
append, append, append, append
void 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)
MutableTokenSequence
getTokenSetter
in interface MutableScalarTokenSequence
getTokenSetter
in interface MutableTokenSequence
index
- the positionCopyright © 2020 Actian Corporation. All rights reserved.