Uses of Interface
com.pervasive.datarush.sequences.scalar.MutableObjectTokenSequence
-
Packages that use MutableObjectTokenSequence Package Description com.pervasive.datarush.sequences Provides classes and interfaces related to sequences of tokens.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens.record Provides implementations of and utilities for record valued tokens. -
-
Uses of MutableObjectTokenSequence in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return MutableObjectTokenSequence Modifier and Type Method Description static <O> MutableObjectTokenSequence<O>
TokenSequences. objectList(ObjectTokenType<O> type, int capacity, DataRepresentation representation)
Creates aMutableObjectTokenSequence
with the specified capacity, optionally optimized for sparse data. -
Uses of MutableObjectTokenSequence in com.pervasive.datarush.sequences.scalar
Classes in com.pervasive.datarush.sequences.scalar that implement MutableObjectTokenSequence Modifier and Type Class Description class
ObjectTokenList<O>
Primary implementation ofMutableObjectTokenSequence
.class
SparseObjectTokenList<T>
An implementation ofMutableObjectTokenSequence
which stores data sparsely. -
Uses of MutableObjectTokenSequence in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return MutableObjectTokenSequence Modifier and Type Method Description <O> MutableObjectTokenSequence<O>
RecordRegisterStorage. objectGroup(ObjectTokenType<O> type)
<O> MutableObjectTokenSequence<O>
RecordRegisterStorageImpl. objectGroup(ObjectTokenType<O> type)
Methods in com.pervasive.datarush.tokens.record that return types with arguments of type MutableObjectTokenSequence Modifier and Type Method Description Collection<MutableObjectTokenSequence<?>>
RecordRegisterStorage. objectGroups()
Collection<MutableObjectTokenSequence<?>>
RecordRegisterStorageImpl. objectGroups()
-