接口 ISlicerItems
- 所有超级接口:
Iterable<ISlicerItem>
Represents the collection of
ISlicerItem
objects contained in aISlicerCache
object.-
方法概要
修饰符和类型方法说明get
(int index) Gets theISlicerItem
with the specified index.Gets theISlicerItem
with the specified name.int
getCount()
Gets the number of objects in the collection.从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
getCount
int getCount()Gets the number of objects in the collection. -
get
Gets theISlicerItem
with the specified index.- 参数:
index
- the index.
-
get
Gets theISlicerItem
with the specified name.- 参数:
name
- the name.
-