public abstract class PoolItem
extends java.lang.Object
| Constructor and Description |
|---|
PoolItem() |
| Modifier and Type | Method and Description |
|---|---|
Pool<? extends PoolItem> |
getParent() |
boolean |
isFromPool(Pool<? extends PoolItem> pPool) |
boolean |
isRecycled() |
protected void |
onObtain() |
protected void |
onRecycle() |
void |
recycle() |