public static class NoneRecycler.NV<T> extends 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 AutoCloseableclose in interface ReleasableCopyright © 2009–2017. All rights reserved.