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