public interface XYZDataItemSelection<S extends java.lang.Comparable<S>>
XYZDataset.| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected(XYZItemKey<S> item)
Returns
true if the specified item is present in the
selection, and false otherwise. |
boolean isSelected(XYZItemKey<S> item)
true if the specified item is present in the
selection, and false otherwise.item - the item key (null not permitted).