Class NoneRecycler.NV<T>

java.lang.Object
org.elasticsearch.common.recycler.NoneRecycler.NV<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Recycler.V<T>, Releasable
Enclosing class:
NoneRecycler<T>

public static class NoneRecycler.NV<T> extends Object implements Recycler.V<T>
  • Method Details

    • v

      public T v()
      Description copied from interface: Recycler.V
      Reference to the value.
      Specified by:
      v in interface Recycler.V<T>
    • isRecycled

      public boolean isRecycled()
      Description copied from interface: Recycler.V
      Whether this instance has been recycled (true) or newly allocated (false).
      Specified by:
      isRecycled in interface Recycler.V<T>
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface Releasable