Map.isEmpty

Returns <tt>true</tt> if this map contains no key-value mappings.

@return <tt>true</tt> if this map contains no key-value mappings

interface Map(K, V)
bool
isEmpty
()

Meta