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