CombinedMapView<K, V> constructor
Create a new combined view of multiple maps.
The iterable is accessed lazily so it should be collection type like
List or Set rather than a lazy iterable produced by map()
et al.
Implementation
CombinedMapView(this._maps);