java.io.Closeable, java.lang.AutoCloseable, Releasable, Recycler.V<T>public static class NoneRecycler.NV<T> extends java.lang.Object implements Recycler.V<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
boolean |
isRecycled() |
Whether this instance has been recycled (true) or newly allocated (false).
|
T |
v() |
Reference to the value.
|
public T v()
Recycler.Vv in interface Recycler.V<T>public boolean isRecycled()
Recycler.VisRecycled in interface Recycler.V<T>public void close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in interface Releasable