Package org.dmfs.jems2.iterable
Class Infinite<T>
java.lang.Object
org.dmfs.jems2.iterable.Infinite<T>
- All Implemented Interfaces:
Iterable<T>
A
Generatable to Iterable adapter which continues iterating forever. Be careful when using this in a for loop and make sure there is
another exit point.