public class CursorableLinkedList.Cursor
extends java.lang.Object
implements java.util.ListIterator
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object o) |
protected void |
checkForComod() |
void |
close() |
boolean |
hasNext() |
boolean |
hasPrevious() |
protected void |
invalidate() |
protected void |
listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt) |
protected void |
listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt) |
protected void |
listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt) |
java.lang.Object |
next() |
int |
nextIndex() |
java.lang.Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(java.lang.Object o) |
public void add(java.lang.Object o)
add in interface java.util.ListIteratorprotected void checkForComod()
public void close()
protected void invalidate()
protected void listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
protected void listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
protected void listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
public int nextIndex()
nextIndex in interface java.util.ListIteratorpublic int previousIndex()
previousIndex in interface java.util.ListIteratorpublic boolean hasNext()
hasNext in interface java.util.IteratorhasNext in interface java.util.ListIteratorpublic boolean hasPrevious()
hasPrevious in interface java.util.ListIteratorpublic java.lang.Object next()
next in interface java.util.Iteratornext in interface java.util.ListIteratorpublic java.lang.Object previous()
previous in interface java.util.ListIteratorpublic void remove()
remove in interface java.util.Iteratorremove in interface java.util.ListIteratorpublic void set(java.lang.Object o)
set in interface java.util.ListIteratorCopyright © 2001-2004 Apache Software Foundation. Documenation generated April 29 2013.