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 interfaceIntTokenSequenceATokenSequencecontaining integer valued data.interfaceLongTokenSequenceATokenSequencecontaining long valued data.interfaceMoneyTokenSequenceATokenSequencecontaining money valued data.interfaceMutableFloatTokenSequenceAMutableTokenSequencecontaining float valued data.interfaceMutableIntTokenSequenceAMutableTokenSequencecontaining integer valued data.interfaceMutableLongTokenSequenceAMutableTokenSequencecontaining long valued data.interfaceMutableMoneyTokenSequenceAMutableTokenSequencecontaining money valued data.Classes in com.pervasive.datarush.sequences.scalar that implement FloatTokenSequence Modifier and Type Class Description classFloatTokenListPrimary implementation ofMutableFloatTokenSequence.classIntTokenListPrimary implementation ofMutableIntTokenSequence.classLongTokenListPrimary implementation ofMutableLongTokenSequence.classMoneyTokenListPrimary implementation ofMutableMoneyTokenSequence.classSparseFloatTokenListAn implementation ofMutableFloatTokenSequencewhich stores data sparsely.classSparseIntTokenListAn implementation ofMutableIntTokenSequencewhich stores data sparsely.classSparseLongTokenListAn implementation ofMutableLongTokenSequencewhich stores data sparsely.classSparseMoneyTokenListAn implementation ofMutableMoneyTokenSequencewhich stores data sparsely.
-