public interface MutableMoneyTokenSequence extends MoneyTokenSequence, MutableScalarTokenSequence
MutableTokenSequence containing money valued data.TokenTypeConstant#MONEY| Modifier and Type | Method and Description |
|---|---|
void |
append(long value)
Appends the specified long to this sequence.
|
void |
append(long value,
int count)
Appends the specified long to this sequence
multiple times.
|
MoneySettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setCents(int index,
long value)
Sets the token at the specified position to the given value.
|
getCents, getToken, getValues, newValueIteratorgetFloat, getValuesgetDouble, 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(long value)
value - the value to append.void append(long value,
int count)
value - the value to append.count - the number of copies to append.void setCents(int index,
long value)
index - the position to modifyvalue - the new valueMoneySettable getTokenSetter(int index)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2024 Actian Corporation. All rights reserved.