StreamPack
Toggle table of contents
3.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils.pool
/
IObjectPool
IObject
Pool
interface
IObjectPool
<
T
>
:
IClearableObjectPool
<
T
>
(
source
)
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
close
Link copied to clipboard
abstract
fun
close
(
)
put
Link copied to clipboard
abstract
fun
put
(
any
:
T
)