ListExtend<E> extension
- on
-
- Iterable<
E> ?
- Iterable<
Properties
-
copy
→ List<
E> -
Available on Iterable<
复制列表数据E> ?, provided by the ListExtend extensionno setter - hasEmptyElement → bool
-
Available on Iterable<
判断列表是否包含有空值E> ?, provided by the ListExtend extensionno setter - isEmptyList → bool
-
Available on Iterable<
判断list是否为空E> ?, provided by the ListExtend extensionno setter - isNotEmptyList → bool
-
Available on Iterable<
E> ?, provided by the ListExtend extensionno setter
Methods
-
forEachEle(
void action(int index, E element)) → void -
Available on Iterable<
偏历迭代数据E> ?, provided by the ListExtend extension