Uses of Interface
com.pervasive.datarush.sequences.scalar.MutableScalarTokenSequence
Packages that use MutableScalarTokenSequence
Package
Description
Provides classes and interfaces related to sequences of tokens.
Provides implementations of sequences of record valued tokens.
Provides implementations of sequences of scalar token values.
Provides implementations of and utilities for record valued
tokens.
-
Uses of MutableScalarTokenSequence in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return MutableScalarTokenSequenceModifier and TypeMethodDescriptionstatic MutableScalarTokenSequenceTokenSequences.allocateList(ScalarTokenType type, int initialCapacity) Creates aMutableTokenSequencefor tokens of the specified scalar type.static MutableScalarTokenSequenceTokenSequences.allocateList(ScalarTokenType type, int initialCapacity, DataRepresentation representation) Creates aMutableTokenSequencefor tokens of the specified scalar type. -
Uses of MutableScalarTokenSequence in com.pervasive.datarush.sequences.record
Constructors in com.pervasive.datarush.sequences.record with parameters of type MutableScalarTokenSequenceModifierConstructorDescriptionRecordTokenList(MutableScalarTokenSequence... columns) Create a new array backed with the specified scalar token arrays containing the field values for each record element.RecordTokenList(RecordTokenType type, MutableScalarTokenSequence[] columns) Create a new array backed with the specified scalar token arrays containing the field values for each record element. -
Uses of MutableScalarTokenSequence in com.pervasive.datarush.sequences.scalar
Subinterfaces of MutableScalarTokenSequence in com.pervasive.datarush.sequences.scalarModifier and TypeInterfaceDescriptioninterfaceAMutableTokenSequencecontaining binary valued data.interfaceAMutableTokenSequencecontaining boolean valued data.interfaceAMutableTokenSequencecontaining character valued data.interfaceAMutableTokenSequencecontaining date valued data.interfaceAMutableTokenSequencecontaining double valued data.interfaceAMutableTokenSequencecontaining duration valued data.interfaceAMutableTokenSequencecontaining float valued data.interfaceAMutableTokenSequencecontaining integer valued data.interfaceAMutableTokenSequencecontaining ip4address valued data.interfaceAMutableTokenSequencecontaining ip6address valued data.interfaceAMutableTokenSequencecontaining long valued data.interfaceAMutableTokenSequencecontaining money valued data.interfaceAMutableTokenSequencecontaining numeric valued data.interfaceAMutableTokenSequencecontaining object valued data.interfaceAMutableTokenSequencecontaining period valued data.interfaceAMutableTokenSequencecontaining string valued data.interfaceAMutableTokenSequencecontaining timestamp valued data.interfaceAMutableTokenSequencecontaining time valued data.Classes in com.pervasive.datarush.sequences.scalar that implement MutableScalarTokenSequenceModifier and TypeClassDescriptionclassATokenSequencecontaining scalar typed tokens.final classPrimary implementation ofMutableBinaryTokenSequence.final classPrimary implementation ofMutableBooleanTokenSequence.final classPrimary implementation ofMutableCharTokenSequence.final classPrimary implementation ofMutableDateTokenSequence.final classPrimary implementation ofMutableDoubleTokenSequence.final classPrimary implementation ofMutableDurationTokenSequence.classPrimary implementation ofMutableFloatTokenSequence.final classPrimary implementation ofMutableIntTokenSequence.final classPrimary implementation ofMutableIp4AddressTokenSequence.final classPrimary implementation ofMutableIp6AddressTokenSequence.final classPrimary implementation ofMutableLongTokenSequence.final classPrimary implementation ofMutableMoneyTokenSequence.classPrimary implementation ofMutableNumericTokenSequence.final classPrimary implementation ofMutableObjectTokenSequence.final classPrimary implementation ofMutablePeriodTokenSequence.final classAn implementation ofMutableBinaryTokenSequencewhich stores data sparsely.final classAn implementation ofMutableBooleanTokenSequencewhich stores data sparsely.final classAn implementation ofMutableCharTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDateTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDoubleTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDurationTokenSequencewhich stores data sparsely.final classAn implementation ofMutableFloatTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIntTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIp4AddressTokenSequencewhich stores data sparsely.final classAn implementation ofMutableIp6AddressTokenSequencewhich stores data sparsely.final classAn implementation ofMutableLongTokenSequencewhich stores data sparsely.final classAn implementation ofMutableMoneyTokenSequencewhich stores data sparsely.final classAn implementation ofMutableNumericTokenSequencewhich stores data sparsely.final classAn implementation ofMutableObjectTokenSequencewhich stores data sparsely.final classAn implementation ofMutablePeriodTokenSequencewhich stores data sparsely.final classAn implementation ofMutableStringTokenSequencewhich stores data sparsely.final classAn implementation ofMutableTimestampTokenSequencewhich stores data sparsely.final classAn implementation ofMutableDateTokenSequencewhich stores data sparsely.final classPrimary implementation ofMutableStringTokenSequence.final classPrimary implementation ofMutableTimestampTokenSequence.final classPrimary implementation ofMutableTimeTokenSequence. -
Uses of MutableScalarTokenSequence in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return MutableScalarTokenSequenceModifier and TypeMethodDescriptionRecordRegisterStorage.allGroups()RecordRegisterStorageImpl.allGroups()RecordRegisterStorage.group(ScalarTokenType type) RecordRegisterStorageImpl.group(ScalarTokenType type)