public class Range extends Object implements Iterable<Expression>
| Constructor and Description |
|---|
Range(double start,
double end,
double increment) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Expression> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<Expression> iterator()
iterator in interface Iterable<Expression>Copyright © 2018. All rights reserved.