E - public class ShiftedCircularIterator<E> extends CircularIterator<E>
CircularIterator or CircularListIterator.passedEnd| Constructor and Description |
|---|
ShiftedCircularIterator(Iterable<E> toIterateOver,
int steps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPassedEnd() |
E |
next() |
void |
remove() |
getIterable, getIterator, restartIteratorpublic boolean hasNext()
public E next()
public void remove()
public boolean hasPassedEnd()
hasPassedEnd in class CircularIterator<E>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.