public static class NoneRecycler.NV<T> extends java.lang.Object implements Recycler.V<T>
| Modifier and Type | Method and 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.io.Closeableclose in interface java.lang.AutoCloseableclose in interface Releasable