Pool.Factory<T>| Constructor and Description |
|---|
ArrayPool(Pool.Factory<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
T |
obtain() |
void |
recycle(T instance)
Release an instance to the pool.
|
public ArrayPool(@NonNull Pool.Factory<T> factory)