Method Summary |
|
public void | addSeries(MatrixSeries series) Adds a series to the collection. |
public Object | clone() Returns a clone of this instance. |
public boolean | equals(Object obj) Tests this collection for equality with an arbitrary object.
Parameters: obj - the object. |
public int | getItemCount(int seriesIndex) Returns the number of items in the specified series.
Parameters: seriesIndex - zero-based series index. |
public MatrixSeries | getSeries(int seriesIndex) Returns the series having the specified index.
Parameters: seriesIndex - zero-based series index. |
public int | getSeriesCount() Returns the number of series in the collection. |
public Comparable | getSeriesKey(int seriesIndex) Returns the key for a series.
Parameters: seriesIndex - zero-based series index. |
public Number | getX(int seriesIndex, int itemIndex) Returns the j index value of the specified Mij matrix item in the
specified matrix series.
Parameters: seriesIndex - zero-based series index. Parameters: itemIndex - zero-based item index. |
public Number | getY(int seriesIndex, int itemIndex) Returns the i index value of the specified Mij matrix item in the
specified matrix series.
Parameters: seriesIndex - zero-based series index. Parameters: itemIndex - zero-based item index. |
public Number | getZ(int seriesIndex, int itemIndex) Returns the Mij item value of the specified Mij matrix item in the
specified matrix series.
Parameters: seriesIndex - the series (zero-based index). Parameters: itemIndex - zero-based item index. |
public int | hashCode() Returns a hash code. |
public void | removeAllSeries() Removes all the series from the collection. |
public void | removeSeries(MatrixSeries series) Removes a series from the collection. |
public void | removeSeries(int seriesIndex) Removes a series from the collection. |