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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
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. |
---|