@get


Description:

public abstract Collection<V> @get (K key)

Returns the values for the specified key in this map.

Parameters:

key

the key whose values are to be retrieved

Returns:

a Collection of values associated with the given key