Class NoneRecycler.NV<T>

    • Method Detail

      • 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>