Package com.illumon.util.pool

  • Interface Summary 
    Interface Description
    PoolEx<T>  
  • Class Summary 
    Class Description
    ThreadSafeFixedSizePool<T>
    A pool that holds at least size items, creates size items in the pool immediately, blocks (busily) whenever the pool overflows or underflows, optionally clears the items given to it, and IS thread-safe Forked from com.fishlib.base.pool.ThreadSafeLenientFixedSizePool January 2021
    ThreadSafeLenientFixedSizePool<T>
    A pool that holds at least size items, creates size items in the pool immediately, creates a new item when the pool underflows, discards the item when the pool overflows, optionally clears the items given to it, and IS thread-safe Forked from com.fishlib.base.pool.ThreadSafeLenientFixedSizePool January 2021