public class DoubleRange.ForwardIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Double>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Double |
next() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Double>public java.lang.Double next()
next in interface java.util.Iterator<java.lang.Double>public void remove()
remove in interface java.util.Iterator<java.lang.Double>Copyright © 2022. All rights reserved.