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