isNullOrEmpty

open fun isNullOrEmpty(@Nullable c: Collection<out Any>): Boolean
open fun isNullOrEmpty(@Nullable map: Map<out Any, out Any>): Boolean