public interface MutableBooleanTokenSequence extends BooleanTokenSequence, MutableScalarTokenSequence
MutableTokenSequence containing boolean valued data.TokenTypeConstant#BOOLEAN| Modifier and Type | Method and Description |
|---|---|
void |
append(boolean value)
Appends the specified boolean to this sequence.
|
void |
append(boolean value,
int count)
Appends the specified boolean to this sequence
multiple times.
|
BooleanSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
set(int index,
boolean value)
Sets the token at the specified position to the given value.
|
getBoolean, getToken, getValues, newValueIteratorensureCanonical, getModificationCountgetType, isNull, isZeroappendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZerocompareElement, compareElements, getElementComparator, hashCode, isNull, size, toStringappend, append, append, appendvoid append(boolean value)
value - the value to append.void append(boolean value,
int count)
value - the value to append.count - the number of copies to append.void set(int index,
boolean value)
index - the position to modifyvalue - the new valueBooleanSettable getTokenSetter(int index)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2021 Actian Corporation. All rights reserved.