Uses of Class
org.apache.commons.pool.BaseKeyedObjectPool
-
Packages that use BaseKeyedObjectPool Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of BaseKeyedObjectPool in org.apache.commons.pool.impl
Subclasses of BaseKeyedObjectPool in org.apache.commons.pool.impl Modifier and Type Class Description classGenericKeyedObjectPool<K,V>A configurableKeyedObjectPoolimplementation.classStackKeyedObjectPool<K,V>A simple,Stack-basedKeyedObjectPoolimplementation.
-