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