|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.actor.gt.GraphMatcher.NameComparator
private static class GraphMatcher.NameComparator
A comparator to sort objects in a container by their types and names.
Red (tfeng) |
Yellow (tfeng) |
Constructor Summary | |
---|---|
private |
GraphMatcher.NameComparator()
|
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 |
---|
private GraphMatcher.NameComparator()
Method Detail |
---|
public int compare(java.lang.Object object1, java.lang.Object object2)
compare
in interface java.util.Comparator<java.lang.Object>
object1
- The first object.object2
- The second object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |