T
- Type of itempublic final class CycledIterator<T> extends Object implements Iterator<T>
There is no thread-safety guarantee.
Constructor and Description |
---|
CycledIterator(Iterable<T> iterable)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
Copyright © 2017 Cactoos. All rights reserved.