ListUtilsExtension<E> extension

on

Properties

copy List<E>
复制列表数据
no setter
hasEmptyElement bool
判断列表是否包含有空值
no setter
isEmptyList bool
判断list是否为空
no setter
isNotEmptyList bool
no setter

Methods

forEachEle(void action(int index, E element)) → void
偏历迭代数据