Interface CategoryDataset3D<S extends Comparable<S>,R extends Comparable<R>,C extends Comparable<C>>

Type Parameters:
S - the series key type (must implement Comparable)
R - the row key type (must implement Comparable)
C - the column key type (must implement Comparable)
All Superinterfaces:
Dataset3D, KeyedValues3D<S,R,C,Number>, Values3D<Number>
All Known Implementing Classes:
StandardCategoryDataset3D

public interface CategoryDataset3D<S extends Comparable<S>,R extends Comparable<R>,C extends Comparable<C>> extends KeyedValues3D<S,R,C,Number>, Dataset3D
An interface for a dataset with multiple series of data in the form of (rowKey, columnKey, value). This is the standard data interface used by the CategoryPlot3D class.