Uses of Class
org.apache.commons.pool.impl.CursorableLinkedList.Listable
Packages that use CursorableLinkedList.Listable
-
Uses of CursorableLinkedList.Listable in org.apache.commons.pool.impl
Fields in org.apache.commons.pool.impl declared as CursorableLinkedList.ListableModifier and TypeFieldDescription(package private) CursorableLinkedList.Listable<E> CursorableLinkedList.ListIter._curprotected CursorableLinkedList.Listable<E> CursorableLinkedList._headA sentry node.(package private) CursorableLinkedList.Listable<E> CursorableLinkedList.ListIter._lastReturnedprivate CursorableLinkedList.Listable<E> CursorableLinkedList.Listable._nextprotected CursorableLinkedList.Listable<E> CursorableSubList._postThe element in my underlying list following the last element in my list.protected CursorableLinkedList.Listable<E> CursorableSubList._preThe element in my underlying list preceding the first element in my list.private CursorableLinkedList.Listable<E> CursorableLinkedList.Listable._prevMethods in org.apache.commons.pool.impl that return CursorableLinkedList.ListableModifier and TypeMethodDescriptionprotected CursorableLinkedList.Listable<E> CursorableLinkedList.getListableAt(int index) Returns theat the specified index.invalid reference
org.apache.commons.collections.CursorableLinkedList.Listableprotected CursorableLinkedList.Listable<E> CursorableLinkedList.insertListable(CursorableLinkedList.Listable<E> before, CursorableLinkedList.Listable<E> after, E value) Inserts a new value into my list, after the specified before element, and before the specified after elementprotected CursorableLinkedList.Listable<E> CursorableSubList.insertListable(CursorableLinkedList.Listable<E> before, CursorableLinkedList.Listable<E> after, E value) Inserts a new value into my list, after the specified before element, and before the specified after element(package private) CursorableLinkedList.Listable<E> CursorableLinkedList.Listable.next()(package private) CursorableLinkedList.Listable<E> CursorableLinkedList.Listable.prev()Methods in org.apache.commons.pool.impl with parameters of type CursorableLinkedList.ListableModifier and TypeMethodDescriptionprotected voidCursorableLinkedList.broadcastListableChanged(CursorableLinkedList.Listable<E> elt) Informs all of my registered cursors that the specified element was changed.protected voidCursorableLinkedList.broadcastListableInserted(CursorableLinkedList.Listable<E> elt) Informs all of my registered cursors that the specified element was just added to my list.protected voidCursorableLinkedList.broadcastListableRemoved(CursorableLinkedList.Listable<E> elt) Informs all of my registered cursors that the specified element was just removed from my list.protected CursorableLinkedList.Listable<E> CursorableLinkedList.insertListable(CursorableLinkedList.Listable<E> before, CursorableLinkedList.Listable<E> after, E value) Inserts a new value into my list, after the specified before element, and before the specified after elementprotected CursorableLinkedList.Listable<E> CursorableSubList.insertListable(CursorableLinkedList.Listable<E> before, CursorableLinkedList.Listable<E> after, E value) Inserts a new value into my list, after the specified before element, and before the specified after elementprotected voidCursorableLinkedList.Cursor.listableChanged(CursorableLinkedList.Listable<E> elt) protected voidCursorableLinkedList.Cursor.listableInserted(CursorableLinkedList.Listable<E> elt) protected voidCursorableLinkedList.Cursor.listableRemoved(CursorableLinkedList.Listable<E> elt) protected voidCursorableLinkedList.removeListable(CursorableLinkedList.Listable<E> elt) Removes the givenfrom my list.invalid reference
org.apache.commons.collections.CursorableLinkedList.Listableprotected voidCursorableSubList.removeListable(CursorableLinkedList.Listable<E> elt) Removes the givenCursorableLinkedList.Listablefrom my list.(package private) voidCursorableLinkedList.Listable.setNext(CursorableLinkedList.Listable<E> next) (package private) voidCursorableLinkedList.Listable.setPrev(CursorableLinkedList.Listable<E> prev) Constructors in org.apache.commons.pool.impl with parameters of type CursorableLinkedList.ListableModifierConstructorDescription(package private)Listable(CursorableLinkedList.Listable<E> prev, CursorableLinkedList.Listable<E> next, E val)