Uses of Interface
com.pervasive.datarush.sequences.scalar.TimestampTokenSequence
-
Packages that use TimestampTokenSequence Package Description com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values. -
-
Uses of TimestampTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of TimestampTokenSequence in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
MutableTimestampTokenSequence
AMutableTokenSequence
containing timestamp valued data.Classes in com.pervasive.datarush.sequences.scalar that implement TimestampTokenSequence Modifier and Type Class Description class
SparseTimestampTokenList
An implementation ofMutableTimestampTokenSequence
which stores data sparsely.class
TimestampTokenList
Primary implementation ofMutableTimestampTokenSequence
.
-