public abstract class SelectionListIterator<S> extends Object implements ListIterator<S>
Constructor and Description |
---|
SelectionListIterator() |
Modifier and Type | Method and Description |
---|---|
void |
add(Object o) |
void |
remove() |
void |
set(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext, hasPrevious, next, nextIndex, previous, previousIndex
forEachRemaining
public void remove()
public void set(Object o)
set
in interface ListIterator<S>
public void add(Object o)
add
in interface ListIterator<S>
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.