public interface MutableStringTokenSequence extends StringTokenSequence, MutableScalarTokenSequence
MutableTokenSequence containing string valued data.TokenTypeConstant#STRING| Modifier and Type | Method and Description |
|---|---|
void |
append(String value)
Appends the specified string to this sequence.
|
void |
append(String value,
int count)
Appends the specified string to this sequence
multiple times.
|
StringSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setString(int index,
String value)
Sets the token at the specified position to the given value.
|
getString, 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(String value)
value - the value to append. If null,
this is equivalent to appendNull().void append(String value, int count)
value - the value to append. If null,
this is equivalent to appendNull(count).count - the number of copies to append.void setString(int index,
String value)
index - the position to modifyvalue - the new valueStringSettable getTokenSetter(int index)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2016 Actian Corporation. All rights reserved.