public class NumericComparator extends Object implements Comparator<Double>
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Double> |
COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Double o1,
Double o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final Comparator<Double> COMPARATOR
public int compare(Double o1, Double o2)
compare in interface Comparator<Double>Copyright © 2002-2019 Atlassian. All Rights Reserved.