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) classCursorableSubList<E>Fields in org.apache.commons.pool.impl declared as CursorableLinkedList Modifier and Type Field Description protected CursorableLinkedList<E>CursorableSubList. _listMy underlying listprivate CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<T>>GenericObjectPool. _poolMy pool.private CursorableLinkedList<K>GenericKeyedObjectPool. _poolListA cursorable list of my pools.private CursorableLinkedList<GenericKeyedObjectPool.ObjectTimestampPair<V>>GenericKeyedObjectPool.ObjectQueue. queueIdle instance queueConstructors in org.apache.commons.pool.impl with parameters of type CursorableLinkedList Constructor Description CursorableSubList(CursorableLinkedList<E> list, int from, int to)
-