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, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final Comparator<Double> COMPARATOR
public int compare(Double o1, Double o2)
compare
in interface Comparator<Double>
Copyright © 2002-2015 Atlassian. All Rights Reserved.