Uses of Interface
com.pervasive.datarush.tokens.TokenComparator
-
Packages that use TokenComparator Package Description com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens. -
-
Uses of TokenComparator in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens that return TokenComparator Modifier and Type Method Description static TokenComparatorTokenComparators. getComparator(TokenValued left, TokenValued right)Creates a comparator, bound to the given left and right values.static TokenComparatorTokenComparators. getComparator(TokenType type)Creates a comparator appropriate for the given type.static TokenComparatorTokenComparators. getComparator(TokenType type, TokenOrder order)Creates a comparator appropriate for the given type ordered in the specified direction.
-