Interface Recycler.V<T>
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,Releasable
- All Known Implementing Classes:
NoneRecycler.NV
public static interface Recycler.V<T> extends Releasable
-
Method Summary
Modifier and Type Method Description booleanisRecycled()Whether this instance has been recycled (true) or newly allocated (false).Tv()Reference to the value.
-
Method Details
-
v
T v()Reference to the value. -
isRecycled
boolean isRecycled()Whether this instance has been recycled (true) or newly allocated (false).
-