E - contents of the iterablepublic class CircularIterator<E> extends Object implements Iterator<E>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
passedEnd |
| Constructor and Description |
|---|
CircularIterator(Iterable<E> toIterateOver) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<E> |
getIterable() |
protected Iterator<E> |
getIterator() |
boolean |
hasNext() |
boolean |
hasPassedEnd() |
E |
next() |
void |
remove() |
protected void |
restartIterator() |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.