Class Utils.TypeComparator

java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.Utils.TypeComparator
All Implemented Interfaces:
Comparator<Type>
Enclosing class:
Utils

private static class Utils.TypeComparator extends Object implements Comparator<Type>
We want the list of types in alphabetical order. However, types are not comparable. We need a comparator for now.
  • Constructor Details

    • TypeComparator

      private TypeComparator()
  • Method Details