NGMap<K, V> constructor

NGMap<K, V>(
  1. Map<K, V> value
)

Implementation

NGMap(Map<K, V> value) : super(value);