Returns {@code true} if the specified {@code Collection} is {@code null} or {@link Collection#isEmpty empty}, {@code false} otherwise.
Returns {@code true} if the specified {@code Map} is {@code null} or {@link Map#isEmpty empty}, {@code false} otherwise.
Returns the size of the specified collection or {@code 0} if the collection is {@code null}.
Returns the size of the specified map or {@code 0} if the map is {@code null}.
Static helper class for use dealing with Collections.