public interface ISlicerItems extends java.lang.Iterable<ISlicerItem>
ISlicerItem objects contained in a
ISlicerCache object.| Modifier and Type | Method and Description |
|---|---|
ISlicerItem |
get(int index)
Gets the
ISlicerItem with the specified index. |
ISlicerItem |
get(java.lang.String name)
Gets the
ISlicerItem with the specified name. |
int |
getCount()
Gets the number of objects in the collection.
|
int getCount()
ISlicerItem get(int index)
ISlicerItem with the specified index.index - the index.ISlicerItem get(java.lang.String name)
ISlicerItem with the specified name.name - the name.