public class NumberComparator extends Object implements Comparator<Number[]>, Serializable
Constructor and Description |
---|
NumberComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Number[] n1,
Number[] n2) |
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 int compare(Number[] n1, Number[] n2)
compare
in interface Comparator<Number[]>
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.