public class NoneRecycler<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NoneRecycler.NV<T> |
Recycler.C<T>, Recycler.Factory<T>, Recycler.V<T>| Modifier and Type | Field and Description |
|---|---|
protected Recycler.C<T> |
c |
| Constructor and Description |
|---|
NoneRecycler(Recycler.C<T> c) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Recycler.V<T> |
obtain() |
Recycler.V<T> |
obtain(int sizing) |
protected final Recycler.C<T> c
public NoneRecycler(Recycler.C<T> c)
public Recycler.V<T> obtain(int sizing)
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface Releasableclose in interface Recycler<T>public Recycler.V<T> obtain()