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, newValueIterator
charAt, chars, codePoints, length, subSequence, toString
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(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)
MutableTokenSequence
getTokenSetter
in interface MutableScalarTokenSequence
getTokenSetter
in interface MutableTokenSequence
index
- the positionCopyright © 2016 Actian Corporation. All rights reserved.