CollectionUtils.size

Returns the size of the specified map or {@code 0} if the map is {@code null}.

@param m the map to check @return the size of the specified map or {@code 0} if the map is {@code null}.

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

Meta