Package | Description |
---|---|
com.pervasive.datarush.sequences.scalar |
Provides implementations of sequences of scalar token values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntTokenSequence
A
TokenSequence containing integer valued data. |
interface |
MutableIntTokenSequence
A
MutableTokenSequence containing integer valued data. |
interface |
MutableLongTokenSequence
A
MutableTokenSequence containing long valued data. |
Modifier and Type | Class and Description |
---|---|
class |
IntTokenList
Primary implementation of
MutableIntTokenSequence . |
class |
LongTokenList
Primary implementation of
MutableLongTokenSequence . |
class |
SparseIntTokenList
An implementation of
MutableIntTokenSequence which stores
data sparsely. |
class |
SparseLongTokenList
An implementation of
MutableLongTokenSequence which stores
data sparsely. |
Copyright © 2020 Actian Corporation. All rights reserved.