Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/comparator/EntryAwareComparator.hpp>
Inherits Comparator.
Inherited by ChainedComparator [virtual], and SafeComparator [virtual].
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.
Public Types |
|
| typedef spec::Handle | Handle |
| EntryAwareComparator Handle definition. | |
| typedef spec::View | View |
| EntryAwareComparator View definition. | |
| typedef spec::Holder | Holder |
| EntryAwareComparator Holder definition. | |
Public Member Functions |
|
| virtual bool | isKeyComparator () const =0 |
| Specifies whether this comparator expects to compare keys or values. | |
| virtual bool isKeyComparator | ( | ) | const [pure virtual] |
Specifies whether this comparator expects to compare keys or values.
Implemented in ChainedComparator, and SafeComparator.
The documentation for this class was generated from the following file: