java.lang.AutoCloseable, java.io.Closeable, ReleasableNoneRecycler.NVpublic static interface Recycler.V<T> extends Releasable
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isRecycled() |
Whether this instance has been recycled (true) or newly allocated (false).
|
T |
v() |
Reference to the value.
|
closeT v()
boolean isRecycled()