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