|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
|
+--org.apache.commons.collections.list.CursorableLinkedList.Cursor
An extended ListIterator that allows concurrent changes to
the underlying list.
| Method Summary | |
void |
add(java.lang.Object obj)
Adds an object to the list. |
void |
close()
Mark this cursor as no longer being needed. |
int |
nextIndex()
Gets the index of the next element to be returned. |
| Methods inherited from class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator |
hasNext, hasPrevious, next, previous, previousIndex, remove, set |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void add(java.lang.Object obj)
add in interface java.util.ListIteratoradd in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIteratorobj - the object to addpublic int nextIndex()
nextIndex in interface java.util.ListIteratornextIndex in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIteratorpublic void close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||