org.codehaus.groovy.runtime
Class NumberAwareComparator<T>
java.lang.Object
org.codehaus.groovy.runtime.NumberAwareComparator<T>
- All Implemented Interfaces:
- Comparator<T>
public class NumberAwareComparator<T>
- extends Object
- implements Comparator<T>
Compares two objects using Groovy's friendly comparison algorithm, i.e.
handles nulls gracefully (nul being less than everything else) and
performs numeric type coercion if required.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberAwareComparator
public NumberAwareComparator()
compare
public int compare(T o1,
T o2)
- Specified by:
compare
in interface Comparator<T>