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, newValueIterator
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(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)
MutableTokenSequence
getTokenSetter
in interface MutableScalarTokenSequence
getTokenSetter
in interface MutableTokenSequence
index
- the positionCopyright © 2020 Actian Corporation. All rights reserved.