Uses of Class
org.apache.commons.pool.BaseObjectPool
-
Packages that use BaseObjectPool Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of BaseObjectPool in org.apache.commons.pool.impl
Subclasses of BaseObjectPool in org.apache.commons.pool.impl Modifier and Type Class Description classGenericObjectPool<T>A configurableObjectPoolimplementation.classSoftReferenceObjectPool<T>ASoftReferencebasedObjectPool.classStackObjectPool<T>A simple,Stack-basedObjectPoolimplementation.
-