Class RepetitiousIterator<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.RepetitiousIterator<A>
- All Implemented Interfaces:
Iterator<A>
-
Field Summary
Fields -
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
-
Field Details
-
value
-
-
Constructor Details
-
RepetitiousIterator
-
-
Method Details
-
next
-