public class CyclicIterator<T> extends Object implements SizedIterator<T>
| Modifier | Constructor and Description |
|---|---|
protected |
CyclicIterator(Collection<? extends T> collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeprotected CyclicIterator(Collection<? extends T> collection)
Copyright © 2021. All rights reserved.