Package org.dmfs.jems2.iterator
Class Infinite<T>
- java.lang.Object
-
- org.dmfs.jems2.iterator.Infinite<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
public final class Infinite<T> extends java.lang.Object implements java.util.Iterator<T>AnGeneratortoIteratoradapter which iterates infinitely. Be careful when using this with awhileloop and make sure there is another exit point.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()
-