Class TinyThreadLocalPool.TinyPool<V>

  • Enclosing class:
    TinyThreadLocalPool<V>

    public static class TinyThreadLocalPool.TinyPool<V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TinyPool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void offer​(V value)  
      V poll()  
      • Methods inherited from class java.lang.Object

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

      • TinyPool

        public TinyPool()
    • Method Detail

      • offer

        public void offer​(V value)
      • poll

        public V poll()