public static class NoneRecycler.NV<T> extends Objectimplements 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.V
public boolean isRecycled()
Recycler.V
public void close()