java.lang.AutoCloseable, java.io.Closeable, ReleasableConcurrentDequeRecycler, DequeRecycler, NoneRecyclerpublic interface Recycler<T> extends Releasable
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Recycler.C<T> |
|
static interface |
Recycler.Factory<T> |
|
static interface |
Recycler.V<T> |
| Modifier and Type | Method | 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)