| Constructor and Description |
|---|
CyclicIterator(Collection<T> collection) |
CyclicIterator(T[] array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
reset()
Resets the iterator to the first element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic CyclicIterator(Collection<T> collection)
public CyclicIterator(T[] array)
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.