| Class | Description | 
|---|---|
| GenericKeyedObjectPool<K,V> | A configurable  KeyedObjectPoolimplementation. | 
| GenericKeyedObjectPool.Config | A simple "struct" encapsulating the
 configuration information for a  GenericKeyedObjectPool. | 
| GenericKeyedObjectPoolFactory<K,V> | A factory for creating  GenericKeyedObjectPoolinstances. | 
| GenericObjectPool<T> | A configurable  ObjectPoolimplementation. | 
| GenericObjectPool.Config | A simple "struct" encapsulating the
 configuration information for a  GenericObjectPool. | 
| GenericObjectPoolFactory<T> | A factory for creating  GenericObjectPoolinstances. | 
| SoftReferenceObjectPool<T> | A  SoftReferencebasedObjectPool. | 
| StackKeyedObjectPool<K,V> | A simple,  Stack-basedKeyedObjectPoolimplementation. | 
| StackKeyedObjectPoolFactory<K,V> | A factory for creating  StackKeyedObjectPoolinstances. | 
| StackObjectPool<T> | A simple,  Stack-basedObjectPoolimplementation. | 
| StackObjectPoolFactory<T> | A factory for creating  StackObjectPoolinstances. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.