| Package | Description |
|---|---|
| org.apache.commons.pool.impl |
Object pooling API implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericObjectPool<T>
A configurable
ObjectPool implementation. |
class |
SoftReferenceObjectPool<T>
A
SoftReference based
ObjectPool. |
class |
StackObjectPool<T>
A simple,
Stack-based ObjectPool implementation. |
Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.