Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Package com.tangosol.util.comparator

Contains concrete Comparator implementations and related interfaces.

See:
          Description

Interface Summary
EntryAwareComparator EntryAwareComparator is an extension to the Comparator interface that allows the EntryComparator to know whether the underlying comparator expects to compare the corresponding Entries' keys or values.
QueryMapComparator This interface is used by Comparator implementations that can use value extraction optimization exposed by the QueryMap.Entry interface.

 

Class Summary
ChainedComparator Composite comparator implementation based on a collection of comparators.
EntryComparator Comparator implementation used to compare map entries.
ExtractorComparator Comparator implementation that uses specified ValueExtractor to extract value(s) to be used for comparison.
InverseComparator Comparator that reverses the result of another comparator.
SafeComparator Null-safe delegating comparator.

 

Package com.tangosol.util.comparator Description

Contains concrete Comparator implementations and related interfaces.


Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.