@GwtCompatible public abstract class ForwardingListIterator<E> extends ForwardingIterator<E> implements ListIterator<E>
| Modifier and Type | Method and Description |
|---|---|
void |
add(E element) |
boolean |
hasPrevious() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
set(E element) |
hasNext, next, removetoStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waithasNext, next, removeforEachRemainingpublic void add(E element)
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 element)
set in interface ListIterator<E>Copyright © 2010 - 2020 Adobe. All Rights Reserved