|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
Object is the the base class for all objects.
The number of methods in this class is small since each method added to this class is added to all other classes in the system.
As with all classes in the waba.lang package, you can't reference the Object class using the full specifier of waba.lang.Object. The waba.lang package is implicitly imported. Instead, you should simply access the Object class like this:
Object obj = (Object)value;
| Constructor Summary | |
Object()
|
|
| Method Summary | |
boolean |
equals(Object obj)
WABA FOR NEWTON ONLY Returns true if this object equals the other object. |
int |
hashCode()
WABA FOR NEWTON ONLY Returns a hash code value for the object. |
String |
toString()
MODIFIED FOR WABA FOR NEWTON Returns the string representation of the object. |
| Constructor Detail |
public Object()
| Method Detail |
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||