Uses of Interface
com.pervasive.datarush.sequences.scalar.MutableObjectTokenSequence
Packages that use MutableObjectTokenSequence
Package
Description
Provides classes and interfaces related to sequences of tokens.
Provides implementations of sequences of scalar token values.
Provides implementations of and utilities for record valued
tokens.
-
Uses of MutableObjectTokenSequence in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return MutableObjectTokenSequenceModifier and TypeMethodDescriptionstatic <O> MutableObjectTokenSequence<O>TokenSequences.objectList(ObjectTokenType<O> type, int capacity, DataRepresentation representation) Creates aMutableObjectTokenSequencewith the specified capacity, optionally optimized for sparse data. -
Uses of MutableObjectTokenSequence in com.pervasive.datarush.sequences.scalar
Classes in com.pervasive.datarush.sequences.scalar that implement MutableObjectTokenSequenceModifier and TypeClassDescriptionfinal classPrimary implementation ofMutableObjectTokenSequence.final classAn implementation ofMutableObjectTokenSequencewhich stores data sparsely. -
Uses of MutableObjectTokenSequence in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return MutableObjectTokenSequenceModifier and TypeMethodDescription<O> MutableObjectTokenSequence<O>RecordRegisterStorage.objectGroup(ObjectTokenType<O> type) <O> MutableObjectTokenSequence<O>RecordRegisterStorageImpl.objectGroup(ObjectTokenType<O> type) Methods in com.pervasive.datarush.tokens.record that return types with arguments of type MutableObjectTokenSequenceModifier and TypeMethodDescriptionRecordRegisterStorage.objectGroups()RecordRegisterStorageImpl.objectGroups()