| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns
true if the iteration has more elements. |
void |
remove()
Removes from the underlying data structure the last element returned by the iterator (optional
operation).
|
public void remove()
Iterator