public interface MutableDoubleTokenSequence extends DoubleTokenSequence, MutableScalarTokenSequence
MutableTokenSequence containing double valued data.TokenTypeConstant#DOUBLE| Modifier and Type | Method and Description |
|---|---|
void |
append(double value)
Appends the specified double to this sequence.
|
void |
append(double value,
int count)
Appends the specified double to this sequence
multiple times.
|
DoubleSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setDouble(int index,
double value)
Sets the token at the specified position to the given value.
|
getDouble, getToken, getValues, newValueIteratorgetBigDecimal, 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(double value)
value - the value to append. If
NaN, this is equivalent to
appendNull().void append(double value,
int count)
value - the value to append. If NaN,
this is equivalent to appendNull(count).count - the number of copies to append.void setDouble(int index,
double value)
index - the position to modifyvalue - the new valueDoubleSettable getTokenSetter(int index)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2016 Actian Corporation. All rights reserved.