public class StrictOrderingDoubleComparator extends Object implements Comparator<Double>, Serializable
public int compare(Double lhs, Double rhs)
compare in interface Comparator<Double>lhs - the left hand side comparablerhs - the right hand side comparablepublic boolean equals(Object obj)
equals in interface Comparator<Double>equals in class ObjectCopyright © 2012. All Rights Reserved.