|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DataSource
provides a mechanism that allows PointValue
producers
and PointValue
consumers to communicate.Implementors of this interface produce points
on demand.
PointValue
Method Summary | |
int |
max()
Determines the maximum expected value. |
PointValue |
next()
Generates the next point in the series. |
Method Detail |
public PointValue next()
null
if the series has terminated, else next point in the series.public int max()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |