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.
|
com.pervasive.datarush.tokens.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Method and Description |
---|---|
static <O> MutableObjectTokenSequence<O> |
TokenSequences.objectList(ObjectTokenType<O> type,
int capacity,
DataRepresentation representation)
Creates a
MutableObjectTokenSequence with the specified capacity, optionally
optimized for sparse data. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectTokenList<O>
Primary implementation of
MutableObjectTokenSequence . |
class |
SparseObjectTokenList<T>
An implementation of
MutableObjectTokenSequence which stores
data sparsely. |
Modifier and Type | Method and Description |
---|---|
<O> MutableObjectTokenSequence<O> |
RecordRegisterStorageImpl.objectGroup(ObjectTokenType<O> type) |
<O> MutableObjectTokenSequence<O> |
RecordRegisterStorage.objectGroup(ObjectTokenType<O> type) |
Modifier and Type | Method and Description |
---|---|
Collection<MutableObjectTokenSequence<?>> |
RecordRegisterStorageImpl.objectGroups() |
Collection<MutableObjectTokenSequence<?>> |
RecordRegisterStorage.objectGroups() |
Copyright © 2020 Actian Corporation. All rights reserved.