|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.test.internal.performance.db.TimeSeries
public class TimeSeries
Method Summary | |
---|---|
long |
getCount(int ix)
Returns the sample size at the given index. |
java.lang.String |
getLabel(int ix)
Returns label at given index. |
int |
getLength()
Returns length of series. |
double |
getStddev(int ix)
Returns std dev at given index. |
double |
getValue(int ix)
Returns value at given index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getLength()
public double getValue(int ix)
ix
-
public double getStddev(int ix)
ix
-
public java.lang.String getLabel(int ix)
ix
-
public long getCount(int ix)
ix
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |