ListUtil class

集合工具类

another Fairy

Constructors

ListUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

equalList(List? listA, List? listB) bool
判断集合listA和集合listB是否相等
isEmpty(Iterable? list) bool
集合是否为空
isNotEmpty(Iterable? list) bool
集合是否不为空空