Class NoneRecycler.NV<T>

    • Method Detail

      • v

        public T v()
        Description copied from interface: Recycler.V
        Reference to the value.
      • isRecycled

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

        public void close()