UnmodifiableMapView<K, V> constructor

UnmodifiableMapView<K, V>(Map<K, V> map)

Implementation

UnmodifiableMapView(Map<K, V> map) : super(map);