See: Description
| Class | Description |
|---|---|
| GenericKeyedObjectPool |
A configurable
KeyedObjectPool implementation. |
| GenericKeyedObjectPool.Config |
A simple "struct" encapsulating the
configuration information for a
GenericKeyedObjectPool. |
| GenericKeyedObjectPoolFactory |
A factory for creating
GenericKeyedObjectPool instances. |
| GenericObjectPool |
A configurable
ObjectPool implementation. |
| GenericObjectPool.Config |
A simple "struct" encapsulating the
configuration information for a
GenericObjectPool. |
| GenericObjectPoolFactory |
A factory for creating
GenericObjectPool instances. |
| SoftReferenceObjectPool |
A
SoftReference based
ObjectPool. |
| StackKeyedObjectPool |
A simple,
Stack-based KeyedObjectPool implementation. |
| StackKeyedObjectPoolFactory |
A factory for creating
StackKeyedObjectPool instances. |
| StackObjectPool |
A simple,
Stack-based ObjectPool implementation. |
| StackObjectPoolFactory |
A factory for creating
StackObjectPool instances. |
Copyright © 2016. All rights reserved.