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.Closeable
close
in interface java.lang.AutoCloseable
close
in interface Releasable
close
in interface Recycler<T>
public Recycler.V<T> obtain()