Module org.jfree.chart
Package org.jfree.data.general
Interface KeyedValues2DDataset<R extends Comparable<R>,C extends Comparable<C>>
-
- Type Parameters:
R- The type for the row (series) keys.C- The type for the column (item) keys.
- All Superinterfaces:
CategoryDataset<R,C>,Dataset,KeyedValues2D<R,C>,Values2D
- All Known Implementing Classes:
DefaultKeyedValues2DDataset
public interface KeyedValues2DDataset<R extends Comparable<R>,C extends Comparable<C>> extends CategoryDataset<R,C>
A dataset containing (key, value) data items.This dataset is equivalent to aCategoryDatasetand is included for completeness only.
-
-
Method Summary
-
Methods inherited from interface org.jfree.data.general.Dataset
addChangeListener, removeChangeListener
-
Methods inherited from interface org.jfree.data.KeyedValues2D
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValue
-
Methods inherited from interface org.jfree.data.Values2D
getColumnCount, getRowCount, getValue
-
-