Skip to content

MapOfSets.get method

MapOfSets › get

Unofficial

Get the set of values for the given key, or null if not found.

Signature:

get(key: Key): null | Set<Value>

Parameters:

Parameter Type Description
key Key The key.

Returns: null | Set<Value>Set of values, or null.