Package org.codehaus.groovy.runtime
Class AbstractComparator<T>
- java.lang.Object
- 
- org.codehaus.groovy.runtime.AbstractComparator<T>
 
- 
- All Implemented Interfaces:
- Comparator<T>
 
 public abstract class AbstractComparator<T> extends Object implements Comparator<T> 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorcompare, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
-