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.
|
Modifier and Type | Method and Description |
---|---|
static MutableDurationTokenSequence |
TokenSequences.durationList(int capacity,
DataRepresentation representation)
Creates a
MutableDurationTokenSequence with the specified capacity, optionally
optimized for sparse data. |
Modifier and Type | Class and Description |
---|---|
class |
DurationTokenList
Primary implementation of
MutableDurationTokenSequence . |
class |
SparseDurationTokenList
An implementation of
MutableDurationTokenSequence which stores
data sparsely. |
Copyright © 2020 Actian Corporation. All rights reserved.