Class NoneRecycler.NV<T>
- java.lang.Object
-
- org.elasticsearch.common.recycler.NoneRecycler.NV<T>
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,Releasable,Recycler.V<T>
- Enclosing class:
- NoneRecycler<T>
public static class NoneRecycler.NV<T> extends java.lang.Object implements Recycler.V<T>
-
-
Method Summary
Modifier and Type Method Description voidclose()booleanisRecycled()Whether this instance has been recycled (true) or newly allocated (false).Tv()Reference to the value.
-
-
-
Method Detail
-
v
public T v()
Description copied from interface:Recycler.VReference to the value.- Specified by:
vin interfaceRecycler.V<T>
-
isRecycled
public boolean isRecycled()
Description copied from interface:Recycler.VWhether this instance has been recycled (true) or newly allocated (false).- Specified by:
isRecycledin interfaceRecycler.V<T>
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfaceReleasable
-
-