| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MutableTokenSequence | 
TokenSequences.allocateList(TokenType type,
            int initialCapacity)
Creates a  
MutableTokenSequence for tokens of the specified type. | 
static MutableTokenSequence | 
TokenSequences.allocateList(TokenType type,
            int initialCapacity,
            DataRepresentation representation)
Creates a  
MutableTokenSequence for tokens of the specified type. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RecordTokenList
Primary implementation of  
MutableRecordTokenSequence. | 
class  | 
SparseRecordTokenList
An implementation of  
MutableRecordTokenSequence which stores
 data sparsely. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MutableBinaryTokenSequence
A  
MutableTokenSequence containing binary valued data. | 
interface  | 
MutableBooleanTokenSequence
A  
MutableTokenSequence containing boolean valued data. | 
interface  | 
MutableCharTokenSequence
A  
MutableTokenSequence containing character valued data. | 
interface  | 
MutableDateTokenSequence
A  
MutableTokenSequence containing date valued data. | 
interface  | 
MutableDoubleTokenSequence
A  
MutableTokenSequence containing double valued data. | 
interface  | 
MutableDurationTokenSequence
A  
MutableTokenSequence containing duration valued data. | 
interface  | 
MutableFloatTokenSequence
A  
MutableTokenSequence containing float valued data. | 
interface  | 
MutableIntTokenSequence
A  
MutableTokenSequence containing integer valued data. | 
interface  | 
MutableIp4AddressTokenSequence
A  
MutableTokenSequence containing ip4address valued data. | 
interface  | 
MutableIp6AddressTokenSequence
A  
MutableTokenSequence containing ip6address valued data. | 
interface  | 
MutableLongTokenSequence
A  
MutableTokenSequence containing long valued data. | 
interface  | 
MutableMoneyTokenSequence
A  
MutableTokenSequence containing money valued data. | 
interface  | 
MutableNumericTokenSequence
A  
MutableTokenSequence containing numeric valued data. | 
interface  | 
MutableObjectTokenSequence<O>
A  
MutableTokenSequence containing object valued data. | 
interface  | 
MutablePeriodTokenSequence
A  
MutableTokenSequence containing period valued data. | 
interface  | 
MutableRecordTokenSequence
A  
MutableTokenSequence of composite tokens, representing record
 data. | 
interface  | 
MutableScalarTokenSequence
A  
MutableTokenSequence containing scalar typed tokens. | 
interface  | 
MutableStringTokenSequence
A  
MutableTokenSequence containing string valued data. | 
interface  | 
MutableTimestampTokenSequence
A  
MutableTokenSequence containing timestamp valued data. | 
interface  | 
MutableTimeTokenSequence
A  
MutableTokenSequence containing time valued data. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractScalarTokenSequence
A  
TokenSequence containing scalar typed tokens. | 
class  | 
BinaryTokenList
Primary implementation of  
MutableBinaryTokenSequence. | 
class  | 
BooleanTokenList
Primary implementation of  
MutableBooleanTokenSequence. | 
class  | 
CharTokenList
Primary implementation of  
MutableCharTokenSequence. | 
class  | 
DateTokenList
Primary implementation of  
MutableDateTokenSequence. | 
class  | 
DoubleTokenList
Primary implementation of  
MutableDoubleTokenSequence. | 
class  | 
DurationTokenList
Primary implementation of  
MutableDurationTokenSequence. | 
class  | 
FloatTokenList
Primary implementation of  
MutableFloatTokenSequence. | 
class  | 
IntTokenList
Primary implementation of  
MutableIntTokenSequence. | 
class  | 
Ip4AddressTokenList
Primary implementation of  
MutableIp4AddressTokenSequence. | 
class  | 
Ip6AddressTokenList
Primary implementation of  
MutableIp6AddressTokenSequence. | 
class  | 
LongTokenList
Primary implementation of  
MutableLongTokenSequence. | 
class  | 
MoneyTokenList
Primary implementation of  
MutableMoneyTokenSequence. | 
class  | 
NumericTokenList
Primary implementation of  
MutableNumericTokenSequence. | 
class  | 
ObjectTokenList<O>
Primary implementation of  
MutableObjectTokenSequence. | 
class  | 
PeriodTokenList
Primary implementation of  
MutablePeriodTokenSequence. | 
class  | 
SparseBinaryTokenList
An implementation of  
MutableBinaryTokenSequence which stores
 data sparsely. | 
class  | 
SparseBooleanTokenList
An implementation of  
MutableBooleanTokenSequence which stores
 data sparsely. | 
class  | 
SparseCharTokenList
An implementation of  
MutableCharTokenSequence which stores
 data sparsely. | 
class  | 
SparseDateTokenList
An implementation of  
MutableDateTokenSequence which stores
 data sparsely. | 
class  | 
SparseDoubleTokenList
An implementation of  
MutableDoubleTokenSequence which stores
 data sparsely. | 
class  | 
SparseDurationTokenList
An implementation of  
MutableDurationTokenSequence which stores
 data sparsely. | 
class  | 
SparseFloatTokenList
An implementation of  
MutableFloatTokenSequence which stores
 data sparsely. | 
class  | 
SparseIntTokenList
An implementation of  
MutableIntTokenSequence which stores
 data sparsely. | 
class  | 
SparseIp4AddressTokenList
An implementation of  
MutableIp4AddressTokenSequence which stores
 data sparsely. | 
class  | 
SparseIp6AddressTokenList
An implementation of  
MutableIp6AddressTokenSequence which stores
 data sparsely. | 
class  | 
SparseLongTokenList
An implementation of  
MutableLongTokenSequence which stores
 data sparsely. | 
class  | 
SparseMoneyTokenList
An implementation of  
MutableMoneyTokenSequence which stores
 data sparsely. | 
class  | 
SparseNumericTokenList
An implementation of  
MutableNumericTokenSequence which stores
 data sparsely. | 
class  | 
SparseObjectTokenList<T>
An implementation of  
MutableObjectTokenSequence which stores
 data sparsely. | 
class  | 
SparsePeriodTokenList
An implementation of  
MutablePeriodTokenSequence which stores
 data sparsely. | 
class  | 
SparseStringTokenList
An implementation of  
MutableStringTokenSequence which stores
 data sparsely. | 
class  | 
SparseTimestampTokenList
An implementation of  
MutableTimestampTokenSequence which stores
 data sparsely. | 
class  | 
SparseTimeTokenList
An implementation of  
MutableDateTokenSequence which stores
 data sparsely. | 
class  | 
StringTokenList
Primary implementation of  
MutableStringTokenSequence. | 
class  | 
TimestampTokenList
Primary implementation of  
MutableTimestampTokenSequence. | 
class  | 
TimeTokenList
Primary implementation of  
MutableTimeTokenSequence. | 
Copyright © 2024 Actian Corporation. All rights reserved.