Returns the i 'th data point in this set. The order will never chance so long as no data points are added or removed from the set. @param i the i 'th data point in this set @return the i 'th data point in this set
(int i)
| 251 | * @return the <tt>i</tt>'th data point in this set |
| 252 | */ |
| 253 | abstract public DataPoint getDataPoint(int i); |
| 254 | |
| 255 | /** |
| 256 | * Replaces an already existing data point with the one given. |
no outgoing calls