Package com.sun.codemodel.util
Class ClassNameComparator
java.lang.Object
com.sun.codemodel.util.ClassNameComparator
- All Implemented Interfaces:
Comparator<JClass>
Comparator object that sorts
JClasses in the order
of their names.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
theInstance
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<JClass>
-