abstract class AbstractListIterator<E> extends Object implements ListIterator<E>
Constructor and Description |
---|
AbstractListIterator() |
Modifier and Type | Method and Description |
---|---|
void |
add(E o) |
void |
remove() |
void |
set(E o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext, hasPrevious, next, nextIndex, previous, previousIndex
public void add(E o)
add
in interface ListIterator<E>
public void set(E o)
set
in interface ListIterator<E>
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.