HMCWraps API
Toggle table of contents
1.6.3
jvm
Platform filter
jvm
Switch theme
Search in API
HMCWraps 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
)