Module datarush.library
Interface MutableRecordTokenSequence
- All Superinterfaces:
MutableTokenSequence,RecordTokenAppendable,RecordTokenSequence,RecordTyped,TokenAppendable,TokenSequence,TokenTyped
- All Known Implementing Classes:
RecordTokenList,SparseRecordTokenList
public interface MutableRecordTokenSequence
extends RecordTokenSequence, MutableTokenSequence, RecordTokenAppendable
A
MutableTokenSequence of composite tokens, representing record
data.-
Method Summary
Modifier and TypeMethodDescriptiongetTokenSetter(int index) Returns a mutator for the given index.Methods inherited from interface com.pervasive.datarush.sequences.MutableTokenSequence
appendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZeroMethods inherited from interface com.pervasive.datarush.sequences.record.RecordTokenSequence
columns, compareElement, compareElements, containsNull, getColumn, getElementComparator, getElementComparator, getElementComparator, getToken, newValueIteratorMethods inherited from interface com.pervasive.datarush.types.RecordTyped
getTypeMethods inherited from interface com.pervasive.datarush.sequences.TokenAppendable
append, append, append, appendMethods inherited from interface com.pervasive.datarush.sequences.TokenSequence
hashCode, isNull, size, toString
-
Method Details
-
getTokenSetter
Description copied from interface:MutableTokenSequenceReturns a mutator for the given index.- Specified by:
getTokenSetterin interfaceMutableTokenSequence- Parameters:
index- the position- Returns:
- a mutator for the given index.
-