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, newValueIterator
getFloat, getValues
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(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)
MutableTokenSequence
getTokenSetter
in interface MutableScalarTokenSequence
getTokenSetter
in interface MutableTokenSequence
index
- the positionCopyright © 2020 Actian Corporation. All rights reserved.