api
Toggle table of contents
1.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
api
api
/
de.skyslycer.hmcwraps.pool
/
ObjectPool
Object
Pool
public
interface
ObjectPool
<
K
,
V
>
Members
Functions
execute
Link copied to clipboard
public
abstract
void
execute
(
K
key
,
V
value
,
PoolMethod
consumer
)
insert
Link copied to clipboard
public
abstract
void
insert
(
K
key
,
V
value
)
remove
Link copied to clipboard
public
abstract
void
remove
(
K
key
)