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>
public static class Namer.Comparator<T> extends Object implements Comparator<T>
A comparator implementation based on the names returned by the given namer.
-
-
Constructor Summary
Constructors Constructor Description Comparator(Namer<? super T> namer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(T o1, T o2)
boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-