public interface MutableCharTokenSequence extends CharTokenSequence, MutableScalarTokenSequence
MutableTokenSequence containing character valued data.TokenTypeConstant#CHAR| Modifier and Type | Method and Description |
|---|---|
void |
append(char value)
Appends the specified character to this sequence.
|
void |
append(char value,
int count)
Appends the specified character to this sequence
multiple times.
|
void |
appendChars(CharSequence seq)
Appends the specified character sequence to this sequence.
|
void |
appendChars(CharSequence seq,
int start,
int length)
Appends a subsequence of the specified character sequence
to this sequence.
|
CharSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setChar(int index,
char value)
Sets the token at the specified position to the given value.
|
getChar, getString, getToken, getValues, newValueIteratorcharAt, chars, codePoints, length, subSequence, toStringensureCanonical, getModificationCountgetType, isNull, isZeroappendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZerocompareElement, compareElements, getElementComparator, hashCode, isNull, size, toStringappend, append, append, appendvoid append(char value)
value - the value to append.void append(char value,
int count)
value - the value to append.count - the number of copies to append.void appendChars(CharSequence seq)
seq - the character sequence to append.void appendChars(CharSequence seq, int start, int length)
seq - the character sequence to append.start - the index of the initial character in the
subsequencelength - the length of the subsequencevoid setChar(int index,
char value)
index - the position to modifyvalue - the new valueCharSettable getTokenSetter(int index)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2021 Actian Corporation. All rights reserved.