|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Recyclable | |
|---|---|
| rcx.josx.util | More utility classes |
| Uses of Recyclable in rcx.josx.util |
|---|
| Classes in rcx.josx.util that implement Recyclable | |
|---|---|
class |
AbstractRecyclable
Represents a recyclable object. |
class |
RecyclableArray
A recyclable array. |
| Methods in rcx.josx.util that return Recyclable | |
|---|---|
Recyclable |
Recycler.allocate()
Attempts to obtain a free object. |
Recyclable |
Recyclable.getNextRecyclable()
Must return Recyclable most recently set with setNextRecyclable. |
Recyclable |
AbstractRecyclable.getNextRecyclable()
Must return Recyclable most recently set with setNextRecyclable. |
| Methods in rcx.josx.util with parameters of type Recyclable | |
|---|---|
void |
Recycler.recycle(Recyclable r)
Reclaims a Recyclable previously allocated with the allocate method. |
void |
Recyclable.setNextRecyclable(Recyclable r)
Stores a Recyclable object. |
void |
AbstractRecyclable.setNextRecyclable(Recyclable r)
Stores a Recyclable object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||