Package | Description |
---|---|
org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
Modifier and Type | Method | Description |
---|---|---|
CursorableLinkedList.Cursor |
CursorableLinkedList.cursor() |
Deprecated.
Returns a
ListIterator for iterating through the
elements of this list. |
CursorableLinkedList.Cursor |
CursorableLinkedList.cursor(int i) |
Deprecated.
Returns a
ListIterator for iterating through the
elements of this list, initialized such that
ListIterator.next() will return the element at
the specified index (if any) and ListIterator.previous()
will return the element immediately preceding it (if any). |
Modifier and Type | Method | Description |
---|---|---|
protected void |
CursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cur) |
Deprecated.
Registers a
CursorableLinkedList.Cursor to be notified
of changes to this list. |
protected void |
CursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cur) |
Deprecated.
Removes a
CursorableLinkedList.Cursor from
the set of cursors to be notified of changes to this list. |
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.