sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.util
/
Pools
/
Pool
Pool
interface
Pool
<
T
:
Any
>
(
source
)
Interface for managing a pool of objects.
Parameters
T
The pooled type.
Inheritors
SimplePool
Members
Functions
acquire
Link copied to clipboard
abstract
fun
acquire
(
)
:
T
?
release
Link copied to clipboard
abstract
fun
release
(
instance
:
T
)
:
Boolean
Release an instance to the pool.