|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatools.util.IndexedObject
An object and an index...
Constructor Summary | |
IndexedObject()
Creates new IndexedObject |
Method Summary | |
protected java.lang.Object |
clone()
Clones this object. |
boolean |
equals(java.lang.Object obj)
Checks if an object is equal to this one. |
protected void |
finalize()
Destroys this object. |
java.lang.Object |
getIndex()
Returns the index for this object. |
java.lang.Object |
getRefObject()
Returns the referred object. |
int |
hashCode()
Returns a hash code for this object. |
void |
setIndex(java.lang.Object pIndex)
Sets the index for this object. |
void |
setRefObject(java.lang.Object pRefObject)
Sets the referring object. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IndexedObject()
Method Detail |
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- If you can't clone this.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The object to compare to.
true
: the objects are equal;
false
: the object are NOT equal.protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
- If something goes wrong.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void setRefObject(java.lang.Object pRefObject)
pRefObject
- The referring object.public java.lang.Object getRefObject()
public void setIndex(java.lang.Object pIndex)
pIndex
- The index for this object.public java.lang.Object getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |