Map.size

Returns the number of key-value mappings in this map. If the map contains more than <tt>Integer.MAX_VALUE</tt> elements, returns <tt>Integer.MAX_VALUE</tt>.

@return the number of key-value mappings in this map

interface Map(K, V)
int
size
()

Meta