CollectionUtils.isEmpty

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

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

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

Meta