|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.actor.util.DFUtilities.NamedObjComparator
public static class DFUtilities.NamedObjComparator
A comparator for named objects.
Constructor Summary | |
---|---|
DFUtilities.NamedObjComparator()
|
Method Summary | |
---|---|
int |
compare(java.lang.Object object1,
java.lang.Object object2)
Compare two objects. |
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 |
Constructor Detail |
---|
public DFUtilities.NamedObjComparator()
Method Detail |
---|
public int compare(java.lang.Object object1, java.lang.Object object2)
compare
in interface java.util.Comparator
object1
- The first object to be compared.object2
- The second object to be compared.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |