|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ericaro.neoitertools.generators.primitives.DoubleGenerator
public class DoubleGenerator
A simple Generator over a double array
| Constructor Summary | |
|---|---|
DoubleGenerator(double[] array)
|
|
DoubleGenerator(double[] array,
int from,
int to)
|
|
| Method Summary | |
|---|---|
java.lang.Double |
next()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleGenerator(double[] array)
public DoubleGenerator(double[] array,
int from,
int to)
| Method Detail |
|---|
public java.lang.Double next()
throws java.util.NoSuchElementException
next in interface Generator<java.lang.Double>java.util.NoSuchElementException - when sequence is exhausted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||