open static fun isEmpty(@Nullable collection: MutableCollection<*>): Boolean
Return true if the supplied Collection is null or empty. Otherwise, return false.
collection - the Collection to check
Return
whether the given Collection is empty
open static fun isEmpty(@Nullable map: MutableMap<*, *>): Boolean
Return true if the supplied Map is null or empty. Otherwise, return false.
Return
whether the given Map is empty