java.util.Iterator<T>
MutableListIterator
public class MutableIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor | Description |
---|---|
MutableIterator(java.util.List<T> list) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
T |
next() |
|
void |
remove() |
public MutableIterator(java.util.List<T> list)
Copyright © 2004–2017. All rights reserved.