接口 ISlicerItems

所有超级接口:
Iterable<ISlicerItem>

public interface ISlicerItems extends Iterable<ISlicerItem>
Represents the collection of ISlicerItem objects contained in aISlicerCache object.
  • 方法详细资料

    • getCount

      int getCount()
      Gets the number of objects in the collection.
    • get

      ISlicerItem get(int index)
      Gets the ISlicerItem with the specified index.
      参数:
      index - the index.
    • get

      ISlicerItem get(String name)
      Gets the ISlicerItem with the specified name.
      参数:
      name - the name.