T - public static interface ObjectPool.Handle<T>
Object that will be used to notify the ObjectPool once it can
reuse the pooled Object again.| 限定符和类型 | 方法和说明 |
|---|---|
void |
recycle(T self)
Recycle the
Object if possible and so make it ready to be reused. |
void recycle(T self)
Object if possible and so make it ready to be reused.