Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
- java.lang.Object
-
- com.tangosol.util.ConverterCollections.ConverterComparator<F,T>
-
- Type Parameters:
F
- the type of the elements the underlying Comparator compares
T
- the type that the elements should be converted to
- All Implemented Interfaces:
- Serializable, Comparator<T>
- Enclosing class:
- ConverterCollections
public static class ConverterCollections.ConverterComparator<F,T>
extends Object
implements Comparator<T>, Serializable
A Comparator that Converts the elements before
comparing them.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
Copyright © 2000, 2020, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.