Package com.tangosol.util.comparator
package com.tangosol.util.comparator
Contains concrete
Comparator implementations and related interfaces.-
ClassDescriptionComposite comparator implementation based on a collection of comparators.EntryAwareComparator is an extension to the
Comparatorinterface that allows theEntryComparatorto know whether the underlying comparator expects to compare the corresponding Entries' keys or values.Comparator implementation used to compare map entries.Comparator implementation that uses specifiedValueExtractorto extract value(s) to be used for comparison.Comparator that reverses the result of another comparator.AComparatorthat orders values that are annotated with thePriorityannotation.This interface is used by Comparator implementations that can use value extraction optimization exposed by theQueryMap.Entryinterface.Null-safe delegating comparator.