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
Comparator
interface that allows theEntryComparator
to 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 specifiedValueExtractor
to extract value(s) to be used for comparison.Comparator that reverses the result of another comparator.AComparator
that orders values that are annotated with thePriority
annotation.This interface is used by Comparator implementations that can use value extraction optimization exposed by theQueryMap.Entry
interface.Null-safe delegating comparator.