|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TObject
Type Object:
Class TObject
is the root of the class hierarchy.
Every class has TObject
as a superclass. All objects
implement the methods of this class.
Constructor Summary | |
TObject()
Instanciates a new Type Object. |
Method Summary | |
TObject |
clone()
Returns a clones the object. |
void |
Destroy()
Destroys the object |
boolean |
equals(TObject object)
Compares the object with another. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TObject()
Method Detail |
public void Destroy()
public TObject clone()
clone
in class java.lang.Object
public boolean equals(TObject object)
object
- The object to compare.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |