| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Bar |
next() |
void |
remove()
unsupported for immutable list
|
public boolean hasNext()
hasNext in interface java.util.Iterator<Bar>public Bar next()
next in interface java.util.Iterator<Bar>public void remove()
remove in interface java.util.Iterator<Bar>