public class CursorableLinkedList.Cursor extends Object implements ListIterator
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object o) |
protected void |
checkForComod() |
void |
close()
Mark this cursor as no longer being needed.
|
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) |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, hasPrevious, next, previous, remove, setpublic int previousIndex()
previousIndex in interface ListIteratorpublic int nextIndex()
nextIndex in interface ListIteratorpublic void add(Object o)
add in interface ListIteratorprotected void listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
protected void listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
protected void listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
protected void checkForComod()
protected void invalidate()
public void close()
public Object previous()
previous in interface ListIteratorpublic boolean hasNext()
hasNext in interface IteratorhasNext in interface ListIteratorpublic Object next()
next in interface Iteratornext in interface ListIteratorpublic boolean hasPrevious()
hasPrevious in interface ListIteratorpublic void set(Object o)
set in interface ListIteratorpublic void remove()
remove in interface Iteratorremove in interface ListIteratorCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.