Package com.helger.commons.pool
-
Interface Summary Interface Description IMutableObjectPool<DATATYPE> Simple pool interface.IObjectPoolFactory<DATATYPE> An extended factory for objects in theObjectPool. -
Class Summary Class Description ObjectPool<DATATYPE> A simple generic object pool with a fixed size determined in the constructor.