|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectformulaVisited.Named
public abstract class Named
The superclass of all named objects in the package.
| Constructor Summary | |
|---|---|
Named(java.lang.String _name)
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object _b)
Compares two named objects for order, by name. |
boolean |
equals(java.lang.Object _b)
Compares two named objects for equality, by name. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Named(java.lang.String _name)
| Method Detail |
|---|
public boolean equals(java.lang.Object _b)
equals in class java.lang.Object_b - The other object.
java.lang.ClassCastException - If the other object is not also a named object.public int compareTo(java.lang.Object _b)
compareTo in interface java.lang.Comparable_b - The other object.
java.lang.ClassCastException - If the other object is not also a named object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||