java.lang.Object | ||
↳ | org.anddev.andengine.util.pool.GenericPool<T> | |
↳ | org.anddev.andengine.util.pool.Pool<T extends org.anddev.andengine.util.pool.PoolItem> |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
pPoolItem | every item that was just obtained from the pool, passes this method. |
---|
pPoolItem | every item passes this method just before it gets recycled. |
---|