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