org.apache.commons.collections.list
protected static class CursorableLinkedList.SubCursor extends CursorableLinkedList.Cursor
Since: Commons Collections 3.2
Field Summary | |
---|---|
protected LinkedSubList | sub The parent list |
Constructor Summary | |
---|---|
protected | SubCursor(LinkedSubList sub, int index)
Constructs a new cursor.
|
Method Summary | |
---|---|
void | add(Object obj) |
boolean | hasNext() |
boolean | hasPrevious() |
int | nextIndex() |
void | remove() |
Parameters: index the index to start from