| java.lang.Object | ||
| ↳ | android.support.v4.util.Pools.SimplePool<T> | |
| ↳ | android.support.v4.util.Pools.SynchronizedPool<T> | |
Synchronized) pool of objects.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Release an instance to the pool.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v4.util.Pools.SimplePool
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.support.v4.util.Pools.Pool
| |||||||||||
Creates a new instance.
| maxPoolSize | The max pool size. |
|---|
| IllegalArgumentException | If the max pool size is less than zero. |
|---|
Release an instance to the pool.
| element | The instance to release. |
|---|