CollectionUtils.isEmpty

Returns {@code true} if the specified {@code Map} is {@code null} or {@link Map#isEmpty empty}, {@code false} otherwise.

@param m the {@code Map} to check @return {@code true} if the specified {@code Map} is {@code null} or {@link Map#isEmpty empty}, {@code false} otherwise.

  1. bool isEmpty(Collection!(T) c)
  2. bool isEmpty(Map!(K, V) m)
    class CollectionUtils
    static
    bool
    isEmpty
    (
    K
    V
    )
    (
    Map!(K, V) m
    )

Meta