size

abstract val size: Int(source)

Returns the number of key/value pairs in the multimap.

Note: this method does not return the number of distinct keys in the multimap, which is given by keySet().size() or asMap().size(). See the opening section of the Multimap class documentation for clarification.

See also