接口 IItemCollection<T>

所有超级接口:
Iterable<T>
所有已知子接口:
IDropDownItemList, IItemList<T>, IListBoxItemCollection, IListBoxItemList

public interface IItemCollection<T> extends Iterable<T>
Holds the collection of items that constitute the content of an ISelector.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Clears the collection and releases the references on all items currently in the collection.
    int
    Gets the number of records in the collection.

    从接口继承的方法 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.