Oracle® Fusion Middleware Java API       Reference for Oracle Coherence
12c       (12.2.1.4.0)
E90868-03
 
- 
- 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 
 
 
 
 
Oracle® Fusion Middleware Java API       Reference for Oracle Coherence
12c       (12.2.1.4.0)
E90868-03
 
Copyright © 2000, 2023, Oracle and/or its affiliates.       All rights reserved.