android.support.v4.util.Pools.Pool<T> |
Known Indirect Subclasses
Pools.SimplePool
<T>,
Pools.SynchronizedPool
<T>
|
Interface for managing a pool of objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
Release an instance to the pool.
|
Release an instance to the pool.
instance | The instance to release. |
---|
IllegalStateException | If the instance is already in the pool. |
---|