public class CyclingIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
CyclingIterator(Collection<T> items)
Basic constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public CyclingIterator(Collection<T> items)
items
- collection to iterate overCopyright © 2025 Picodata. All rights reserved.