Check on functions

Report a typo

Complement the approaches in column one with their suitable equivalents in column two.

Match the items from left and right columns
put(K,V)
size()
containesValue(V)
containsKey(K)
get(K)
Inserts the specified key-value pair into the map
Returns the value associated
Checks for the key
Checks for the value
 Returns the total number of pairs in map
___

Create a free account to access the full topic