Uses of Interface
com.pervasive.datarush.sequences.scalar.MutableNumericTokenSequence
-
Packages that use MutableNumericTokenSequence 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 MutableNumericTokenSequence in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return MutableNumericTokenSequence Modifier and Type Method Description static MutableNumericTokenSequence
TokenSequences. numericList(int capacity, DataRepresentation representation)
Creates aMutableNumericTokenSequence
with the specified capacity, optionally optimized for sparse data. -
Uses of MutableNumericTokenSequence in com.pervasive.datarush.sequences.scalar
Classes in com.pervasive.datarush.sequences.scalar that implement MutableNumericTokenSequence Modifier and Type Class Description class
NumericTokenList
Primary implementation ofMutableNumericTokenSequence
.class
SparseNumericTokenList
An implementation ofMutableNumericTokenSequence
which stores data sparsely. -
Uses of MutableNumericTokenSequence in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return MutableNumericTokenSequence Modifier and Type Method Description MutableNumericTokenSequence
RecordRegisterStorage. numericGroup()
MutableNumericTokenSequence
RecordRegisterStorageImpl. numericGroup()
-