|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sdsu.algorithms.data.DoubleObjectGenerator
Converts a sequence of numbers to a sequence of Double objects. Uses a NumberGenerator to actually generate the sequence.
sdsu.data.ObjectGenerator
,
sdsu.data.NumberGenerator
Constructor Summary | |
DoubleObjectGenerator(NumberGenerator aGenerator)
Create an DoubleObjectGenerator which uses aGenerator to generate the actual sequence of numbers. |
Method Summary | |
java.lang.Object |
nextElement()
Returns the next double in the sequence. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DoubleObjectGenerator(NumberGenerator aGenerator)
Method Detail |
public java.lang.Object nextElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |