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
We want the list of types in alphabetical order. However, types are not
comparable. We need a comparator for now.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TypeComparator
private TypeComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Type>
-