public interface MutableLongTokenSequence extends LongTokenSequence, MutableScalarTokenSequence
MutableTokenSequence containing long valued data.TokenTypeConstant#LONG| Modifier and Type | Method and Description |
|---|---|
void |
append(long value)
Appends the specified long to this sequence.
|
void |
append(long value,
int count)
Appends the specified long to this sequence
multiple times.
|
LongSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setLong(int index,
long value)
Sets the token at the specified position to the given value.
|
getLong, getToken, getValues, newValueIteratorgetFloat, 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(long value)
value - the value to append.void append(long value,
int count)
value - the value to append.count - the number of copies to append.void setLong(int index,
long value)
index - the position to modifyvalue - the new valueLongSettable getTokenSetter(int index)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2020 Actian Corporation. All rights reserved.