Construct a readonly multi key map instance
Optional
entries: MultiKeyMapEntries<K, V>the map entries that represented as [K[], V][]
Returns the string representation of the map identifier ('ReadonlyMultiKeyMap')
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 matching entry values exactly
whether the map contains all the given keys
Returns whether the map contains all the given values
the values to check
whether the map contains all the given values
Returns whether the map contains any of the given keys
the keys to check
whether matching entry values exactly
whether the map contains any of the given keys
Returns whether the map contains any of the given values
the values to check
whether the map contains any of the given values
Returns whether the map contains the given keys
the keys to check
whether matching entry values exactly
whether the map contains the given key
Returns whether the map contains the given value
the value to check
whether the map contains the given value
Static
ofConstruct a readonly multi key map instance
Optional
entries: MultiKeyMapEntries<K, V>the map entries that represented as [K[], V][]
a readonly multi key map instance
Map with entries that contains multiple keys and a single value
Author
David Hsing