| android.support.v4.util.Pools.Pool<T> |
Known Indirect Subclasses
|
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. |
|---|