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 interfaceIntTokenSequenceATokenSequencecontaining integer valued data.interfaceMutableIntTokenSequenceAMutableTokenSequencecontaining integer valued data.interfaceMutableLongTokenSequenceAMutableTokenSequencecontaining long valued data.Classes in com.pervasive.datarush.sequences.scalar that implement LongTokenSequence Modifier and Type Class Description classIntTokenListPrimary implementation ofMutableIntTokenSequence.classLongTokenListPrimary implementation ofMutableLongTokenSequence.classSparseIntTokenListAn implementation ofMutableIntTokenSequencewhich stores data sparsely.classSparseLongTokenListAn implementation ofMutableLongTokenSequencewhich stores data sparsely.
-