Uses of Class
org.apache.commons.pool.impl.CursorableLinkedList
Packages that use CursorableLinkedList
-
Uses of CursorableLinkedList in org.apache.commons.pool.impl
Subclasses of CursorableLinkedList in org.apache.commons.pool.implFields in org.apache.commons.pool.impl declared as CursorableLinkedListModifier and TypeFieldDescriptionprotected CursorableLinkedList
<E> CursorableSubList._list
My underlying listGenericObjectPool._pool
My pool.private CursorableLinkedList
<K> GenericKeyedObjectPool._poolList
A cursorable list of my pools.private final CursorableLinkedList
<GenericKeyedObjectPool.ObjectTimestampPair<V>> GenericKeyedObjectPool.ObjectQueue.queue
Idle instance queueConstructors in org.apache.commons.pool.impl with parameters of type CursorableLinkedListModifierConstructorDescription(package private)
CursorableSubList
(CursorableLinkedList<E> list, int from, int to)