| Package | Description |
|---|---|
| org.apache.commons.pool2.impl |
Object pooling API implementations.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<BaseGenericObjectPool.IdentityWrapper<T>,PooledObject<T>> |
GenericObjectPool.allObjects |
private java.util.Map<BaseGenericObjectPool.IdentityWrapper<S>,PooledObject<S>> |
GenericKeyedObjectPool.ObjectDeque.allObjects |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<BaseGenericObjectPool.IdentityWrapper<S>,PooledObject<S>> |
GenericKeyedObjectPool.ObjectDeque.getAllObjects()
Obtain all the objects for the current key.
|