FicMapOfSetsExtension<K, V> extension

See also: FicMapExtension

on

Properties

lock IMapOfSets<K, V>

Available on Map<K, Set<V>>, provided by the FicMapOfSetsExtension extension

Locks the map of sets, returning an immutable map (IMapOfSets).
no setter

Methods

toIMapOfSets([ConfigMapOfSets? config]) IMapOfSets<K, V>?

Available on Map<K, Set<V>>, provided by the FicMapOfSetsExtension extension

Creates an immutable map of sets (IMapOfSets) from the map.