public class KeyedValues3DItemKeys extends java.lang.Object
KeyedValues3DItemKey class.| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<KeyedValues3DItemKey> |
itemKeysForColumn(KeyedValues3D data,
java.lang.Comparable<?> columnKey)
Returns a collection containing all the item keys for the specified
column.
|
static java.util.Collection<KeyedValues3DItemKey> |
itemKeysForRow(KeyedValues3D data,
java.lang.Comparable<?> rowKey)
Returns a collection containing all the item keys for the specified
row.
|
static java.util.Collection<KeyedValues3DItemKey> |
itemKeysForSeries(KeyedValues3D data,
java.lang.Comparable<?> seriesKey)
Returns a collection containing all the item keys for the specified
series.
|
public static java.util.Collection<KeyedValues3DItemKey> itemKeysForSeries(KeyedValues3D data, java.lang.Comparable<?> seriesKey)
data - the data (null not permitted).seriesKey - the series key (null not permitted).null).public static java.util.Collection<KeyedValues3DItemKey> itemKeysForRow(KeyedValues3D data, java.lang.Comparable<?> rowKey)
data - the data (null not permitted).rowKey - the row key (null not permitted).null).public static java.util.Collection<KeyedValues3DItemKey> itemKeysForColumn(KeyedValues3D data, java.lang.Comparable<?> columnKey)
data - the data (null not permitted).columnKey - the column key (null not permitted).null).