Java API Reference for Oracle? Coherence Community Edition
(14.1.1.0.20)
-
- All Implemented Interfaces:
- Comparator<T>
public class NaturalComparator<T extends Comparable<T>>
extends Object
implements Comparator<T>
NaturalComparator is a comparator which simply delegates to a Comparable object's compare implementation.
- Author:
- mf 2014.08.28
-
-
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.20)
Copyright © 2000, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.