public interface MutableFloatTokenSequence extends FloatTokenSequence, MutableScalarTokenSequence
MutableTokenSequence containing float valued data.TokenTypeConstant#FLOAT| Modifier and Type | Method and Description |
|---|---|
void |
append(float value)
Appends the specified double to this sequence.
|
void |
append(float value,
int count)
Appends the specified float to this sequence
multiple times.
|
FloatSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setFloat(int index,
float value)
Sets the token at the specified position to the given value.
|
getFloat, getToken, getValues, newValueIteratorgetDouble, getValuesgetBigDecimal, getValuesgetType, isNull, isZerocompareElement, compareElements, getElementComparator, hashCode, isNull, size, toStringensureCanonical, getModificationCountappendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZeroappend, append, append, appendvoid append(float value)
value - the value to append. If
NaN, this is equivalent to
appendNull().void append(float value,
int count)
value - the value to append. If NaN,
this is equivalent to appendNull(count).count - the number of copies to append.void setFloat(int index,
float value)
index - the position to modifyvalue - the new valueFloatSettable getTokenSetter(int index)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2024 Actian Corporation. All rights reserved.