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 class
GenericKeyedObjectPool<K,V>
A configurableKeyedObjectPool
implementation.class
StackKeyedObjectPool<K,V>
A simple,Stack
-basedKeyedObjectPool
implementation.
-