Construct a readonly multi value map instance
Optional
entries: MultiValueMapEntries<K, V>the map entries that represented as [K, V[]][]
Returns the string representation of the map identifier ('ReadonlyMultiValueMap')
the string representation of the map identifier
Returns the size of map
the size of map
Returns whether the map contains all the given keys
the keys to check
whether the map contains all the given keys
Returns whether the map contains all the given values
the values to check
whether matching entry values exactly
whether the map contains all the given values
Returns whether the map contains any of the given keys
the keys to check
whether the map contains any of the given keys
Returns whether the map contains any of the given values
the values to check
whether matching entry values exactly
whether the map contains any of the given values
Returns whether the map contains the given key
the key to check
whether the map contains the given key
Returns whether any entries of the map that contains the given values
the values to check
whether matching entry values exactly
whether any entries of the map that contains the given values
Static
ofConstruct a readonly multi value map instance
Optional
entries: MultiValueMapEntries<K, V>the map entries that represented as [K, V[]][]
a readonly multi value map instance
Readonly map with entries that contains a single key and multiple values
Author
David Hsing