[]
        
(Showing Draft Content)

ISlicerItems

Interface ISlicerItems

All Superinterfaces:
Iterable<ISlicerItem>

public interface ISlicerItems extends Iterable<ISlicerItem>
Represents the collection of ISlicerItem objects contained in aISlicerCache object.
  • Method Details

    • getCount

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

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

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