Uses of Interface
com.pervasive.datarush.sequences.ElementComparator
Packages that use ElementComparator
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 classes and utilities for working with data tokens.
-
Uses of ElementComparator in com.pervasive.datarush.sequences
Methods in com.pervasive.datarush.sequences that return ElementComparatorModifier and TypeMethodDescriptionTokenSequence.getElementComparator(TokenOrder sortOrder) Gets anElementComparatorfor this sequence using the specified ordering. -
Uses of ElementComparator in com.pervasive.datarush.sequences.record
Methods in com.pervasive.datarush.sequences.record that return ElementComparatorModifier and TypeMethodDescriptionRecordTokenSequence.getElementComparator(SortKey... sortKeys) Gets anElementComparatorfor the token array for the fields with the given names and the given token orders.RecordTokenSequence.getElementComparator(TokenOrder sortOrder) Gets an ElementComparator for the token array and given ordering.RecordTokenSequence.getElementComparator(TokenOrder... sortOrder) Gets an ElementComparator for the token array and given ordering.SparseRecordTokenList.getElementComparator(SortKey... sortKeys) SparseRecordTokenList.getElementComparator(TokenOrder sortOrder) SparseRecordTokenList.getElementComparator(TokenOrder... sortOrder) -
Uses of ElementComparator in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return ElementComparatorModifier and TypeMethodDescriptionfinal ElementComparatorAbstractScalarTokenSequence.getElementComparator(TokenOrder sortOrder) -
Uses of ElementComparator in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type ElementComparatorModifier and TypeMethodDescriptionint[]TokenSorter.sort(int rowCount, ElementComparator comparator) Performs a sort based on an element comparator.