public class MutableIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
MutableIterator(List<T> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2004–2022. All rights reserved.