| java.lang.Object com.projity.algorithm.buffer.Point
Constructor Summary | |
public | Point(long date, double value) |
serialVersionUID | final static long serialVersionUID(Code) | | |
Point | public Point(long date, double value)(Code) | | |
addValue | void addValue(double v)(Code) | | |
getDate | public long getDate()(Code) | | Returns the date. |
getEnd | public long getEnd()(Code) | | |
getStart | public long getStart()(Code) | | |
getValue | public double getValue()(Code) | | Returns the value. |
setDate | public void setDate(long date)(Code) | | Parameters: date - The date to set. |
setValue | public void setValue(double value)(Code) | | Parameters: value - The value to set. |
|
|