|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a recyclable object.
Recycler| Method Summary | |
Recyclable |
getNextRecyclable()
Must return Recyclable most recently set with setNextRecyclable. |
void |
init()
Called when the Recyclable is allocated by a Recycler. |
void |
release()
Called when this Recyclable is no longer needed. |
void |
setNextRecyclable(Recyclable r)
Stores a Recyclable object. |
| Method Detail |
public void init()
public void release()
public Recyclable getNextRecyclable()
setNextRecyclable.
setNextRecyclable(josx.util.Recyclable)public void setNextRecyclable(Recyclable r)
getNextRecyclable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||