public final class Infinite<T>
extends java.lang.Object
implements java.util.Iterator<T>
Generator to Iterator adapter which iterates infinitely. Be careful when using this with a while loop and make sure there is
another exit point.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |