Class 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.