Click or drag to resize

InverseComparer Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Comparator that reverses the result of another comparator.
Inheritance Hierarchy

Namespace:  Tangosol.Util.Comparator
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class InverseComparer : SafeComparer, 
	IQueryCacheComparer, IComparer

The InverseComparer type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyComparer
The wrapped IComparer.
(Inherited from SafeComparer.)
Top
Methods
  NameDescription
Public methodCompare
Use the wrapped IComparer to compare the two arguments for order and negate the result.
(Overrides SafeComparerCompare(Object, Object).)
Public methodCompareEntries
Compare two entries using the underlying comparator and negate the result.
(Overrides SafeComparerCompareEntries(IQueryCacheEntry, IQueryCacheEntry).)
Public methodEquals
Compare the InverseComparer with another object to determine equality.
(Overrides SafeComparerEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Return the hash code for this comparator.
(Overrides SafeComparerGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsKeyComparer
Specifies whether this comparer expects to compare keys or values.
(Inherited from SafeComparer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadExternal
Restore the contents of a user type instance by reading its state using the specified IPofReader object.
(Inherited from SafeComparer.)
Public methodToString
Returns a human-readable description for this IComparer.
(Inherited from SafeComparer.)
Public methodWriteExternal
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.
(Inherited from SafeComparer.)
Top
Fields
  NameDescription
Protected fieldm_comparer
The wrapped IComparer.
(Inherited from SafeComparer.)
Top
See Also