Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

coherence::util::comparator Namespace Reference


Detailed Description

Contains concrete Comparator implementations and related interfaces.


Classes

class  ChainedComparator
 Composite comparator implementation based on a collection of comparators. More...
class  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. More...
class  EntryComparator
 Comparator implementation used to compare map entries. More...
class  InverseComparator
 Comparator that reverses the result of another comparator. More...
class  QueryMapComparator
 This interface is used by Comparator implementations that can use value extraction optimization exposed by the QueryMap::Entry interface. More...
class  SafeComparator
 NULL-safe delegating comparator. More...

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