Uses of Interface
com.pervasive.datarush.sequences.MutableTokenSequence
-
Packages that use MutableTokenSequence Package Description com.pervasive.datarush.sequences Provides classes and interfaces related to sequences of tokens.com.pervasive.datarush.sequences.record Provides implementations of sequences of record valued tokens.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values. -
-
Uses of MutableTokenSequence in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return MutableTokenSequence Modifier and Type Method Description static MutableTokenSequence
TokenSequences. allocateList(TokenType type, int initialCapacity)
Creates aMutableTokenSequence
for tokens of the specified type.static MutableTokenSequence
TokenSequences. allocateList(TokenType type, int initialCapacity, DataRepresentation representation)
Creates aMutableTokenSequence
for tokens of the specified type. -
Uses of MutableTokenSequence in com.pervasive.datarush.sequences.record
Classes in com.pervasive.datarush.sequences.record that implement MutableTokenSequence Modifier and Type Class Description class
RecordTokenList
Primary implementation ofMutableRecordTokenSequence
.class
SparseRecordTokenList
An implementation ofMutableRecordTokenSequence
which stores data sparsely. -
Uses of MutableTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of MutableTokenSequence in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
MutableBinaryTokenSequence
AMutableTokenSequence
containing binary valued data.interface
MutableBooleanTokenSequence
AMutableTokenSequence
containing boolean valued data.interface
MutableCharTokenSequence
AMutableTokenSequence
containing character valued data.interface
MutableDateTokenSequence
AMutableTokenSequence
containing date valued data.interface
MutableDoubleTokenSequence
AMutableTokenSequence
containing double valued data.interface
MutableDurationTokenSequence
AMutableTokenSequence
containing duration valued data.interface
MutableFloatTokenSequence
AMutableTokenSequence
containing float valued data.interface
MutableIntTokenSequence
AMutableTokenSequence
containing integer valued data.interface
MutableIp4AddressTokenSequence
AMutableTokenSequence
containing ip4address valued data.interface
MutableIp6AddressTokenSequence
AMutableTokenSequence
containing ip6address valued data.interface
MutableLongTokenSequence
AMutableTokenSequence
containing long valued data.interface
MutableMoneyTokenSequence
AMutableTokenSequence
containing money valued data.interface
MutableNumericTokenSequence
AMutableTokenSequence
containing numeric valued data.interface
MutableObjectTokenSequence<O>
AMutableTokenSequence
containing object valued data.interface
MutablePeriodTokenSequence
AMutableTokenSequence
containing period valued data.interface
MutableRecordTokenSequence
AMutableTokenSequence
of composite tokens, representing record data.interface
MutableScalarTokenSequence
AMutableTokenSequence
containing scalar typed tokens.interface
MutableStringTokenSequence
AMutableTokenSequence
containing string valued data.interface
MutableTimestampTokenSequence
AMutableTokenSequence
containing timestamp valued data.interface
MutableTimeTokenSequence
AMutableTokenSequence
containing time valued data.Classes in com.pervasive.datarush.sequences.scalar that implement MutableTokenSequence Modifier and Type Class Description class
AbstractScalarTokenSequence
ATokenSequence
containing scalar typed tokens.class
BinaryTokenList
Primary implementation ofMutableBinaryTokenSequence
.class
BooleanTokenList
Primary implementation ofMutableBooleanTokenSequence
.class
CharTokenList
Primary implementation ofMutableCharTokenSequence
.class
DateTokenList
Primary implementation ofMutableDateTokenSequence
.class
DoubleTokenList
Primary implementation ofMutableDoubleTokenSequence
.class
DurationTokenList
Primary implementation ofMutableDurationTokenSequence
.class
FloatTokenList
Primary implementation ofMutableFloatTokenSequence
.class
IntTokenList
Primary implementation ofMutableIntTokenSequence
.class
Ip4AddressTokenList
Primary implementation ofMutableIp4AddressTokenSequence
.class
Ip6AddressTokenList
Primary implementation ofMutableIp6AddressTokenSequence
.class
LongTokenList
Primary implementation ofMutableLongTokenSequence
.class
MoneyTokenList
Primary implementation ofMutableMoneyTokenSequence
.class
NumericTokenList
Primary implementation ofMutableNumericTokenSequence
.class
ObjectTokenList<O>
Primary implementation ofMutableObjectTokenSequence
.class
PeriodTokenList
Primary implementation ofMutablePeriodTokenSequence
.class
SparseBinaryTokenList
An implementation ofMutableBinaryTokenSequence
which stores data sparsely.class
SparseBooleanTokenList
An implementation ofMutableBooleanTokenSequence
which stores data sparsely.class
SparseCharTokenList
An implementation ofMutableCharTokenSequence
which stores data sparsely.class
SparseDateTokenList
An implementation ofMutableDateTokenSequence
which stores data sparsely.class
SparseDoubleTokenList
An implementation ofMutableDoubleTokenSequence
which stores data sparsely.class
SparseDurationTokenList
An implementation ofMutableDurationTokenSequence
which stores data sparsely.class
SparseFloatTokenList
An implementation ofMutableFloatTokenSequence
which stores data sparsely.class
SparseIntTokenList
An implementation ofMutableIntTokenSequence
which stores data sparsely.class
SparseIp4AddressTokenList
An implementation ofMutableIp4AddressTokenSequence
which stores data sparsely.class
SparseIp6AddressTokenList
An implementation ofMutableIp6AddressTokenSequence
which stores data sparsely.class
SparseLongTokenList
An implementation ofMutableLongTokenSequence
which stores data sparsely.class
SparseMoneyTokenList
An implementation ofMutableMoneyTokenSequence
which stores data sparsely.class
SparseNumericTokenList
An implementation ofMutableNumericTokenSequence
which stores data sparsely.class
SparseObjectTokenList<T>
An implementation ofMutableObjectTokenSequence
which stores data sparsely.class
SparsePeriodTokenList
An implementation ofMutablePeriodTokenSequence
which stores data sparsely.class
SparseStringTokenList
An implementation ofMutableStringTokenSequence
which stores data sparsely.class
SparseTimestampTokenList
An implementation ofMutableTimestampTokenSequence
which stores data sparsely.class
SparseTimeTokenList
An implementation ofMutableDateTokenSequence
which stores data sparsely.class
StringTokenList
Primary implementation ofMutableStringTokenSequence
.class
TimestampTokenList
Primary implementation ofMutableTimestampTokenSequence
.class
TimeTokenList
Primary implementation ofMutableTimeTokenSequence
.
-