接口 IItemCollection<T>
- 所有超级接口:
Iterable<T>
- 所有已知子接口:
IDropDownItemList
,IItemList<T>
,IListBoxItemCollection
,IListBoxItemList
Holds the collection of items that constitute the content of an
ISelector
.-
方法概要
从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
getCount
int getCount()Gets the number of records in the collection. -
clear
void clear()Clears the collection and releases the references on all items currently in the collection.
-