public class ClosureComparator<T> extends Object implements Comparator<T>
ClosureComparator(Closure closure)
int
compare(T object1, T object2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public ClosureComparator(Closure closure)
public int compare(T object1, T object2)
compare
Comparator<T>