Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The InverseComparer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| InverseComparer | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Compare |
Use the wrapped IComparer to compare the two arguments for
order and negate the result.
(Overrides SafeComparer..::.Compare(Object, Object).) | |
| CompareEntries |
Compare two entries using the underlying comparator and negate
the result.
(Overrides SafeComparer..::.CompareEntries(IQueryCacheEntry, IQueryCacheEntry).) | |
| Equals |
Compare the InverseComparer with another object to
determine equality.
(Overrides SafeComparer..::.Equals(Object).) | |
Allows an (Inherited from | ||
| GetHashCode |
Return the hash code for this comparator.
(Overrides SafeComparer..::.GetHashCode()()().) | |
Gets the (Inherited from | ||
| IsKeyComparer |
Specifies whether this comparer expects to compare keys or
values.
(Inherited from SafeComparer.) | |
Creates a shallow copy of the current (Inherited from | ||
| ReadExternal |
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
(Inherited from SafeComparer.) | |
| ToString |
Returns a human-readable description for this IComparer.
(Inherited from SafeComparer.) | |
| WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
(Inherited from SafeComparer.) |
Fields
| Name | Description | |
|---|---|---|
| m_comparer |
The wrapped IComparer.
(Inherited from SafeComparer.) |
Properties
| Name | Description | |
|---|---|---|
| Comparer |
The wrapped IComparer.
(Inherited from SafeComparer.) |