Class NoneRecycler<T>

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, Releasable, Recycler<T>

    public class NoneRecycler<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Recycler.C<T> c  
    • Method Summary

      Modifier and Type Method Description
      void close()  
      Recycler.V<T> obtain()  
      Recycler.V<T> obtain​(int sizing)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoneRecycler

        public NoneRecycler​(Recycler.C<T> c)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface Recycler<T>
        Specified by:
        close in interface Releasable