toggle menu
HMCWraps API
1.5.1
jvm
switch theme
search in API
HMCWraps 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
)