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, waithasNext, hasPrevious, next, nextIndex, previous, previousIndexforEachRemainingpublic void remove()
public void set(Object o)
set in interface ListIterator<S>public void add(Object o)
add in interface ListIterator<S>Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.