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