Package | Description |
---|---|
org.apache.commons.pool.impl |
Object pooling API implementations.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CursorableSubList<E> |
Modifier and Type | Field and Description |
---|---|
protected CursorableLinkedList<E> |
CursorableSubList._list
My underlying list
|
private CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<T>> |
GenericObjectPool._pool
My pool.
|
private CursorableLinkedList<K> |
GenericKeyedObjectPool._poolList
A cursorable list of my pools.
|
private CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<V>> |
GenericKeyedObjectPool.ObjectQueue.queue
Idle instance queue
|
Constructor and Description |
---|
CursorableSubList(CursorableLinkedList<E> list,
int from,
int to) |