public interface Recycler<T> extends Releasable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Recycler.C<T> |
static interface |
Recycler.Factory<T> |
static interface |
Recycler.V<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Recycler.V<T> |
obtain() |
Recycler.V<T> |
obtain(int sizing) |
void close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in interface ReleasableRecycler.V<T> obtain()
Recycler.V<T> obtain(int sizing)