|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.codemodel.util.ClassNameComparator
public class ClassNameComparator
Comparator object that sorts JClass
es in the order
of their names.
Field Summary | |
---|---|
static java.util.Comparator<JClass> |
theInstance
|
Method Summary | |
---|---|
int |
compare(JClass l,
JClass r)
|
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 |
Field Detail |
---|
public static final java.util.Comparator<JClass> theInstance
Method Detail |
---|
public int compare(JClass l, JClass r)
compare
in interface java.util.Comparator<JClass>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |