Contents
Interface LocalPool.Entry<B>
public static sealed interface LocalPool.Entry<B>
Entry within a
LocalPool
.-
Method Details
-
get
B get()Return the pooled object, which is locked exclusively. -
replace
Replace the pooled object. This should only be called while the entry is locked exclusively. -
release
void release()Release the entry such that another thread can use the pooled object.
-