|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Series
Interface Series specifies the interface for a series of real values (type double).
| Method Summary | |
|---|---|
int |
length()
Returns the number of values in this series. |
double |
value(int i)
Returns the given value in this series. |
| Method Detail |
|---|
int length()
double value(int i)
i - Index.
ArrayIndexOutOfBoundsException - (unchecked exception) Thrown if i is not in the range
0 .. length()-1.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||