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>
Enclosing interface:
Namer<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 Details

    • Comparator

      public Comparator(Namer<? super T> namer)
  • Method Details