|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Recyclable
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 |
---|
void init()
void release()
Recyclable getNextRecyclable()
setNextRecyclable
.
setNextRecyclable(rcx.josx.util.Recyclable)
void setNextRecyclable(Recyclable r)
getNextRecyclable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |