Uses of Class
org.apache.commons.pool.impl.CursorableLinkedList
-
Packages that use CursorableLinkedList Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of CursorableLinkedList in org.apache.commons.pool.impl
Subclasses of CursorableLinkedList in org.apache.commons.pool.impl Modifier and Type Class Description (package private) class
CursorableSubList<E>
Fields in org.apache.commons.pool.impl declared as CursorableLinkedList Modifier and Type Field Description protected CursorableLinkedList<E>
CursorableSubList. _list
My underlying listprivate 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 queueConstructors in org.apache.commons.pool.impl with parameters of type CursorableLinkedList Constructor Description CursorableSubList(CursorableLinkedList<E> list, int from, int to)
-