Uses of Interface
com.pervasive.datarush.sequences.scalar.LongTokenSequence
-
Packages that use LongTokenSequence Package Description com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values. -
-
Uses of LongTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of LongTokenSequence in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
IntTokenSequence
ATokenSequence
containing integer valued data.interface
MutableIntTokenSequence
AMutableTokenSequence
containing integer valued data.interface
MutableLongTokenSequence
AMutableTokenSequence
containing long valued data.Classes in com.pervasive.datarush.sequences.scalar that implement LongTokenSequence Modifier and Type Class Description class
IntTokenList
Primary implementation ofMutableIntTokenSequence
.class
LongTokenList
Primary implementation ofMutableLongTokenSequence
.class
SparseIntTokenList
An implementation ofMutableIntTokenSequence
which stores data sparsely.class
SparseLongTokenList
An implementation ofMutableLongTokenSequence
which stores data sparsely.
-