Package org.gradle.api
Class Namer.Comparator<T>
java.lang.Object
org.gradle.api.Namer.Comparator<T>
- Type Parameters:
- T- The type of object that the namer can name
- All Implemented Interfaces:
- Comparator<T>
A comparator implementation based on the names returned by the given namer.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparatorreversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
Comparator
 
- 
- 
Method Details- 
compare- Specified by:
- comparein interface- Comparator<T>
 
- 
equals- Specified by:
- equalsin interface- Comparator<T>
- Overrides:
- equalsin class- Object
 
- 
hashCodepublic int hashCode()
 
-