E - the type of elements returned by this iteratorpublic class WrappedListIterator<E> extends WrappedIterator<E> implements ListIterator<E>
ListIterator to track changes in Managed collections.| Constructor and Description |
|---|
WrappedListIterator(ListIterator<E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(E e) |
boolean |
hasPrevious() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
set(E e) |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, next, removepublic WrappedListIterator(ListIterator<E> delegate)
delegate - the delegatepublic void add(E e)
add in interface ListIterator<E>public boolean hasPrevious()
hasPrevious in interface ListIterator<E>public int nextIndex()
nextIndex in interface ListIterator<E>public E previous()
previous in interface ListIterator<E>public int previousIndex()
previousIndex in interface ListIterator<E>public void set(E e)
set in interface ListIterator<E>Copyright © 2012-2013 Batoo. All Rights Reserved.