Uses of Interface
com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
Packages that use MutableDateTokenSequence Package Description com.pervasive.datarush.sequences Provides classes and interfaces related to sequences of tokens.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens.record Provides implementations of and utilities for record valued tokens. -
-
Uses of MutableDateTokenSequence in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return MutableDateTokenSequence Modifier and Type Method Description static MutableDateTokenSequence
TokenSequences. dateList(int capacity, DataRepresentation representation)
Creates aMutableDateTokenSequence
with the specified capacity, optionally optimized for sparse data. -
Uses of MutableDateTokenSequence in com.pervasive.datarush.sequences.scalar
Classes in com.pervasive.datarush.sequences.scalar that implement MutableDateTokenSequence Modifier and Type Class Description class
DateTokenList
Primary implementation ofMutableDateTokenSequence
.class
SparseDateTokenList
An implementation ofMutableDateTokenSequence
which stores data sparsely. -
Uses of MutableDateTokenSequence in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return MutableDateTokenSequence Modifier and Type Method Description MutableDateTokenSequence
RecordRegisterStorage. dateGroup()
MutableDateTokenSequence
RecordRegisterStorageImpl. dateGroup()
-