| java.lang.Object | |
| ↳ | org.anddev.andengine.util.pool.GenericPool<T> |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| pItem | every item that was just obtained from the pool, passes this method. |
|---|
| pItem | every item passes this method just before it gets recycled. |
|---|