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–2017 The Apache Software Foundation. All rights reserved.