goog.labs.structs.Multimap |
![]()
Adds the given (key, value) pair to the map. The (key, value) pair
is guaranteed to be added.
Arguments:
|
code » | |||
![]()
Adds the contents of the given map/multimap to this multimap.
Arguments:
|
code » | |||
![]()
Stores a collection of values to the given key. Does not replace
existing (key, value) pairs.
|
code » | |||
![]()
Clears the multimap.
|
code » | |||
Clones this multimap.
Returns: !goog.labs.structs.Multimap
A multimap that contains all
the mapping this multimap has.
|
code » | |||
No description.
|
code » | |||
No description.
|
code » | |||
No description.
Arguments:
Returns: boolean
Whether the multimap contains at least one (key,
value) pair with the given value.
|
code » | |||
Gets the values correspond to the given key.
|
code » | |||
No description.
Returns: number
The count of (key, value) pairs in the map.
|
code » | |||
No description.
|
code » | |||
No description.
|
code » | |||
No description.
|
code » | |||
No description.
Returns: boolean
Whether the multimap is empty.
|
code » | |||
Removes a single occurrence of (key, value) pair.
|
code » | |||
Removes all values corresponding to the given key.
|
code » | |||
![]()
Replaces all the values for the given key with the given values.
|
code » |