UnmodifiableMapFromIMap<K, V>.fromMap constructor

UnmodifiableMapFromIMap<K, V>.fromMap(
  1. Map<K, V> map
)

Create an unmodifiable Set view of type UnmodifiableSetView, from another Set.

Implementation

UnmodifiableMapFromIMap.fromMap(Map<K, V> map)
    : _iMap = null,
      _map = map;