org.apache.commons.collections
Class CursorableLinkedList.Cursor
java.lang.Object
|
+--org.apache.commons.collections.CursorableLinkedList.ListIter
|
+--org.apache.commons.collections.CursorableLinkedList.Cursor
- All Implemented Interfaces:
- Iterator, ListIterator
- Enclosing class:
- CursorableLinkedList
- public class CursorableLinkedList.Cursor
- extends org.apache.commons.collections.CursorableLinkedList.ListIter
- implements ListIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
add
public void add(Object o)
- Specified by:
add
in interface ListIterator
- Overrides:
add
in class org.apache.commons.collections.CursorableLinkedList.ListIter
checkForComod
protected void checkForComod()
- Overrides:
checkForComod
in class org.apache.commons.collections.CursorableLinkedList.ListIter
close
public void close()
invalidate
protected void invalidate()
listableChanged
protected void listableChanged(org.apache.commons.collections.CursorableLinkedList.Listable elt)
listableInserted
protected void listableInserted(org.apache.commons.collections.CursorableLinkedList.Listable elt)
listableRemoved
protected void listableRemoved(org.apache.commons.collections.CursorableLinkedList.Listable elt)
nextIndex
public int nextIndex()
- Specified by:
nextIndex
in interface ListIterator
- Overrides:
nextIndex
in class org.apache.commons.collections.CursorableLinkedList.ListIter
previousIndex
public int previousIndex()
- Specified by:
previousIndex
in interface ListIterator
- Overrides:
previousIndex
in class org.apache.commons.collections.CursorableLinkedList.ListIter
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface ListIterator
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPrevious
in interface ListIterator
next
public Object next()
- Specified by:
next
in interface ListIterator
previous
public Object previous()
- Specified by:
previous
in interface ListIterator
remove
public void remove()
- Specified by:
remove
in interface ListIterator
set
public void set(Object o)
- Specified by:
set
in interface ListIterator
Copyright © 2001-2002 Apache Software Foundation. Documenation generated February 22 2003.