public interface MultiValueCategoryDataset extends CategoryDataset
Modifier and Type | Method and Description |
---|---|
List |
getValues(Comparable rowKey,
Comparable columnKey)
Returns a list (possibly empty) of the values for the specified item.
|
List |
getValues(int row,
int column)
Returns a list (possibly empty) of the values for the specified item.
|
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValue
getColumnCount, getRowCount, getValue
addChangeListener, getGroup, removeChangeListener, setGroup
List getValues(int row, int column)
row
- the row index (zero-based).column
- the column index (zero-based).List getValues(Comparable rowKey, Comparable columnKey)
rowKey
- the row key (null
not permitted).columnKey
- the column key (null
not permitted).Jas4pp 1.5 © Java Analysis Studio for Particle Physics