|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.abora.white.xpp.basic.Heaper
| Constructor Summary | |
Heaper()
|
|
Heaper(Rcvr receiver)
|
|
| Method Summary | |
protected int |
actualHashForEqual()
Defined by subclasses to produce the value returned by hashForEqual. |
void |
destroy()
|
void |
destruct()
|
boolean |
equals(java.lang.Object other)
|
int |
hashForEqual()
The value returned does not change during the life of the object. |
abstract boolean |
isEqual(Heaper other)
Return true if the two objects are equal. |
void |
printContentsOn(java.io.PrintWriter oo)
Subclasses override this method to customize their printing. |
void |
printOn(java.io.PrintWriter oo)
This should rarely be overridden. |
void |
sendSelfTo(Xmtr xmtr)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Heaper()
public Heaper(Rcvr receiver)
| Method Detail |
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic abstract boolean isEqual(Heaper other)
public int hashForEqual()
protected int actualHashForEqual()
public void printOn(java.io.PrintWriter oo)
public void printContentsOn(java.io.PrintWriter oo)
public java.lang.String toString()
toString in class java.lang.Objectpublic void destroy()
public void destruct()
public void sendSelfTo(Xmtr xmtr)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||