Package org.codehaus.groovy.runtime
Class AbstractComparator<T>
java.lang.Object
org.codehaus.groovy.runtime.AbstractComparator<T>
- All Implemented Interfaces:
Comparator<T>
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
AbstractComparator
public AbstractComparator()
-
-
Method Details
-
equals
- Specified by:
equals
in interfaceComparator<T>
- Overrides:
equals
in classObject
-