public class QualifiedComparator extends Object implements Comparator<Qualified>
Assumes that more than five decimal places are not used. Any decimal component after this is ignored. This number may vary between releases. It arises from the need to convert the relationship between two doubles into an integer.
Constructor and Description |
---|
QualifiedComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Qualified t0,
Qualified t1) |
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(Qualified t0, Qualified t1)
compare
in interface Comparator<Qualified>
Copyright © 2016. All Rights Reserved.