public class XYZItemKeys extends java.lang.Object
| Constructor and Description |
|---|
XYZItemKeys() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<XYZItemKey> |
itemKeysForSeries(XYZDataset dataset,
java.lang.Comparable<?> seriesKey)
Returns a collection of item keys extracted from one series in the
specified dataset.
|
public XYZItemKeys()
public static java.util.Collection<XYZItemKey> itemKeysForSeries(XYZDataset dataset, java.lang.Comparable<?> seriesKey)
dataset - the dataset (null not permitted).seriesKey - the series key (null not permitted).