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 Summary
Constructors Constructor Description AbstractComparator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.util.Comparator
compare, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong 
 - 
 
 -