Generated by
JDiff

Class org.apache.commons.pool.PoolUtils

Added Methods
KeyedObjectPool erodingPool(KeyedObjectPool) Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
KeyedObjectPool erodingPool(KeyedObjectPool, float) Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
KeyedObjectPool erodingPool(KeyedObjectPool, float, boolean) Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
ObjectPool erodingPool(ObjectPool) Returns a pool that adaptively decreases it's size when idle objects are no longer needed.
ObjectPool erodingPool(ObjectPool, float) Returns a pool that adaptively decreases it's size when idle objects are no longer needed.