Determine whether the list is empty isempty

Collectionutils.isempty (list)
when the list is empty, return true
collectionutils.isnotempty (list)
when not empty, return true if not empty

Read More: