| Package | Description |
|---|---|
| org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
CursorableLinkedList.SubCursor |
A cursor for the sublist based on LinkedSubListIterator.
|
| Modifier and Type | Method | Description |
|---|---|---|
CursorableLinkedList.Cursor |
CursorableLinkedList.cursor() |
Returns a
CursorableLinkedList.Cursor for iterating through the elements of this list. |
CursorableLinkedList.Cursor |
CursorableLinkedList.cursor(int fromIndex) |
Returns a
CursorableLinkedList.Cursor for iterating through the elements of this list
starting from a specified index. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
CursorableLinkedList.registerCursor(CursorableLinkedList.Cursor cursor) |
Registers a cursor to be notified of changes to this list.
|
protected void |
CursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor cursor) |
Deregisters a cursor from the list to be notified of changes.
|
Copyright © 2001-2018 Apache Software Foundation. All Rights Reserved.