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