Uses of Class
org.apache.commons.collections.CursorableLinkedList.Listable
Packages that use CursorableLinkedList.Listable
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
-
Uses of CursorableLinkedList.Listable in org.apache.commons.collections
Fields in org.apache.commons.collections declared as CursorableLinkedList.ListableModifier and TypeFieldDescription(package private) CursorableLinkedList.ListableCursorableLinkedList.ListIter._curprotected CursorableLinkedList.ListableCursorableLinkedList._headDeprecated.A sentry node.(package private) CursorableLinkedList.ListableCursorableLinkedList.ListIter._lastReturnedprivate CursorableLinkedList.ListableCursorableLinkedList.Listable._nextprotected CursorableLinkedList.ListableCursorableSubList._postDeprecated.The element in my underlying list following the last element in my list.protected CursorableLinkedList.ListableCursorableSubList._preDeprecated.The element in my underlying list preceding the first element in my list.private CursorableLinkedList.ListableCursorableLinkedList.Listable._prevMethods in org.apache.commons.collections that return CursorableLinkedList.ListableModifier and TypeMethodDescriptionprotected CursorableLinkedList.ListableCursorableLinkedList.getListableAt(int index) Deprecated.Returns theCursorableLinkedList.Listableat the specified index.protected CursorableLinkedList.ListableCursorableLinkedList.insertListable(CursorableLinkedList.Listable before, CursorableLinkedList.Listable after, Object value) Deprecated.Inserts a new value into my list, after the specified before element, and before the specified after elementprotected CursorableLinkedList.ListableCursorableSubList.insertListable(CursorableLinkedList.Listable before, CursorableLinkedList.Listable after, Object value) Deprecated.Inserts a new value into my list, after the specified before element, and before the specified after element(package private) CursorableLinkedList.ListableCursorableLinkedList.Listable.next()(package private) CursorableLinkedList.ListableCursorableLinkedList.Listable.prev()Methods in org.apache.commons.collections with parameters of type CursorableLinkedList.ListableModifier and TypeMethodDescriptionprotected voidCursorableLinkedList.broadcastListableChanged(CursorableLinkedList.Listable elt) Deprecated.Informs all of my registered cursors that the specified element was changed.protected voidCursorableLinkedList.broadcastListableInserted(CursorableLinkedList.Listable elt) Deprecated.Informs all of my registered cursors that the specified element was just added to my list.protected voidCursorableLinkedList.broadcastListableRemoved(CursorableLinkedList.Listable elt) Deprecated.Informs all of my registered cursors that the specified element was just removed from my list.protected CursorableLinkedList.ListableCursorableLinkedList.insertListable(CursorableLinkedList.Listable before, CursorableLinkedList.Listable after, Object value) Deprecated.Inserts a new value into my list, after the specified before element, and before the specified after elementprotected CursorableLinkedList.ListableCursorableSubList.insertListable(CursorableLinkedList.Listable before, CursorableLinkedList.Listable after, Object value) Deprecated.Inserts a new value into my list, after the specified before element, and before the specified after elementprotected voidCursorableLinkedList.Cursor.listableChanged(CursorableLinkedList.Listable elt) protected voidCursorableLinkedList.Cursor.listableInserted(CursorableLinkedList.Listable elt) protected voidCursorableLinkedList.Cursor.listableRemoved(CursorableLinkedList.Listable elt) protected voidCursorableLinkedList.removeListable(CursorableLinkedList.Listable elt) Deprecated.Removes the givenCursorableLinkedList.Listablefrom my list.protected voidCursorableSubList.removeListable(CursorableLinkedList.Listable elt) Deprecated.Removes the givenCursorableLinkedList.Listablefrom my list.(package private) voidCursorableLinkedList.Listable.setNext(CursorableLinkedList.Listable next) (package private) voidCursorableLinkedList.Listable.setPrev(CursorableLinkedList.Listable prev) Constructors in org.apache.commons.collections with parameters of type CursorableLinkedList.ListableModifierConstructorDescription(package private)Listable(CursorableLinkedList.Listable prev, CursorableLinkedList.Listable next, Object val)