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 |
LongTokenSequence
A
TokenSequence containing long valued data. |
interface |
MoneyTokenSequence
A
TokenSequence containing money valued data. |
interface |
MutableFloatTokenSequence
A
MutableTokenSequence containing float valued data. |
interface |
MutableIntTokenSequence
A
MutableTokenSequence containing integer valued data. |
interface |
MutableLongTokenSequence
A
MutableTokenSequence containing long valued data. |
interface |
MutableMoneyTokenSequence
A
MutableTokenSequence containing money valued data. |
Modifier and Type | Class and Description |
---|---|
class |
FloatTokenList
Primary implementation of
MutableFloatTokenSequence . |
class |
IntTokenList
Primary implementation of
MutableIntTokenSequence . |
class |
LongTokenList
Primary implementation of
MutableLongTokenSequence . |
class |
MoneyTokenList
Primary implementation of
MutableMoneyTokenSequence . |
class |
SparseFloatTokenList
An implementation of
MutableFloatTokenSequence which stores
data sparsely. |
class |
SparseIntTokenList
An implementation of
MutableIntTokenSequence which stores
data sparsely. |
class |
SparseLongTokenList
An implementation of
MutableLongTokenSequence which stores
data sparsely. |
class |
SparseMoneyTokenList
An implementation of
MutableMoneyTokenSequence which stores
data sparsely. |
Copyright © 2020 Actian Corporation. All rights reserved.