Uses of Interface
com.pervasive.datarush.sequences.scalar.MutableScalarTokenSequence
-
Packages that use MutableScalarTokenSequence 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.com.pervasive.datarush.tokens.record 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 MutableScalarTokenSequence Modifier and Type Method Description static 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 MutableScalarTokenSequence Constructor Description RecordTokenList(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.scalar Modifier and Type Interface Description interfaceMutableBinaryTokenSequenceAMutableTokenSequencecontaining binary valued data.interfaceMutableBooleanTokenSequenceAMutableTokenSequencecontaining boolean valued data.interfaceMutableCharTokenSequenceAMutableTokenSequencecontaining character valued data.interfaceMutableDateTokenSequenceAMutableTokenSequencecontaining date valued data.interfaceMutableDoubleTokenSequenceAMutableTokenSequencecontaining double valued data.interfaceMutableDurationTokenSequenceAMutableTokenSequencecontaining duration valued data.interfaceMutableFloatTokenSequenceAMutableTokenSequencecontaining float valued data.interfaceMutableIntTokenSequenceAMutableTokenSequencecontaining integer valued data.interfaceMutableIp4AddressTokenSequenceAMutableTokenSequencecontaining ip4address valued data.interfaceMutableIp6AddressTokenSequenceAMutableTokenSequencecontaining ip6address valued data.interfaceMutableLongTokenSequenceAMutableTokenSequencecontaining long valued data.interfaceMutableMoneyTokenSequenceAMutableTokenSequencecontaining money valued data.interfaceMutableNumericTokenSequenceAMutableTokenSequencecontaining numeric valued data.interfaceMutableObjectTokenSequence<O>AMutableTokenSequencecontaining object valued data.interfaceMutablePeriodTokenSequenceAMutableTokenSequencecontaining period valued data.interfaceMutableStringTokenSequenceAMutableTokenSequencecontaining string valued data.interfaceMutableTimestampTokenSequenceAMutableTokenSequencecontaining timestamp valued data.interfaceMutableTimeTokenSequenceAMutableTokenSequencecontaining time valued data.Classes in com.pervasive.datarush.sequences.scalar that implement MutableScalarTokenSequence Modifier and Type Class Description classAbstractScalarTokenSequenceATokenSequencecontaining scalar typed tokens.classBinaryTokenListPrimary implementation ofMutableBinaryTokenSequence.classBooleanTokenListPrimary implementation ofMutableBooleanTokenSequence.classCharTokenListPrimary implementation ofMutableCharTokenSequence.classDateTokenListPrimary implementation ofMutableDateTokenSequence.classDoubleTokenListPrimary implementation ofMutableDoubleTokenSequence.classDurationTokenListPrimary implementation ofMutableDurationTokenSequence.classFloatTokenListPrimary implementation ofMutableFloatTokenSequence.classIntTokenListPrimary implementation ofMutableIntTokenSequence.classIp4AddressTokenListPrimary implementation ofMutableIp4AddressTokenSequence.classIp6AddressTokenListPrimary implementation ofMutableIp6AddressTokenSequence.classLongTokenListPrimary implementation ofMutableLongTokenSequence.classMoneyTokenListPrimary implementation ofMutableMoneyTokenSequence.classNumericTokenListPrimary implementation ofMutableNumericTokenSequence.classObjectTokenList<O>Primary implementation ofMutableObjectTokenSequence.classPeriodTokenListPrimary implementation ofMutablePeriodTokenSequence.classSparseBinaryTokenListAn implementation ofMutableBinaryTokenSequencewhich stores data sparsely.classSparseBooleanTokenListAn implementation ofMutableBooleanTokenSequencewhich stores data sparsely.classSparseCharTokenListAn implementation ofMutableCharTokenSequencewhich stores data sparsely.classSparseDateTokenListAn implementation ofMutableDateTokenSequencewhich stores data sparsely.classSparseDoubleTokenListAn implementation ofMutableDoubleTokenSequencewhich stores data sparsely.classSparseDurationTokenListAn implementation ofMutableDurationTokenSequencewhich stores data sparsely.classSparseFloatTokenListAn implementation ofMutableFloatTokenSequencewhich stores data sparsely.classSparseIntTokenListAn implementation ofMutableIntTokenSequencewhich stores data sparsely.classSparseIp4AddressTokenListAn implementation ofMutableIp4AddressTokenSequencewhich stores data sparsely.classSparseIp6AddressTokenListAn implementation ofMutableIp6AddressTokenSequencewhich stores data sparsely.classSparseLongTokenListAn implementation ofMutableLongTokenSequencewhich stores data sparsely.classSparseMoneyTokenListAn implementation ofMutableMoneyTokenSequencewhich stores data sparsely.classSparseNumericTokenListAn implementation ofMutableNumericTokenSequencewhich stores data sparsely.classSparseObjectTokenList<T>An implementation ofMutableObjectTokenSequencewhich stores data sparsely.classSparsePeriodTokenListAn implementation ofMutablePeriodTokenSequencewhich stores data sparsely.classSparseStringTokenListAn implementation ofMutableStringTokenSequencewhich stores data sparsely.classSparseTimestampTokenListAn implementation ofMutableTimestampTokenSequencewhich stores data sparsely.classSparseTimeTokenListAn implementation ofMutableDateTokenSequencewhich stores data sparsely.classStringTokenListPrimary implementation ofMutableStringTokenSequence.classTimestampTokenListPrimary implementation ofMutableTimestampTokenSequence.classTimeTokenListPrimary implementation ofMutableTimeTokenSequence. -
Uses of MutableScalarTokenSequence in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return MutableScalarTokenSequence Modifier and Type Method Description MutableScalarTokenSequence[]RecordRegisterStorage. allGroups()MutableScalarTokenSequence[]RecordRegisterStorageImpl. allGroups()MutableScalarTokenSequenceRecordRegisterStorage. group(ScalarTokenType type)MutableScalarTokenSequenceRecordRegisterStorageImpl. group(ScalarTokenType type)
-