public static interface Recycler.V<T> extends Releasable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRecycled()
Whether this instance has been recycled (true) or newly allocated (false).
|
T |
v()
Reference to the value.
|
closeT v()
boolean isRecycled()
Copyright © 2009–2017. All rights reserved.