Class CyclicIterator<A>
java.lang.Object
com.jnape.palatable.lambda.internal.iteration.ImmutableIterator<A>
com.jnape.palatable.lambda.internal.iteration.InfiniteIterator<A>
com.jnape.palatable.lambda.internal.iteration.CyclicIterator<A>
- All Implemented Interfaces:
Iterator<A>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InfiniteIterator
hasNextMethods inherited from class ImmutableIterator
removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
CyclicIterator
-
-
Method Details
-
next
-