class DictHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
(package private) static <K,V> Dict<K,V> |
frozenFromMap(java.util.Map<? extends K,? extends V> map)
Create an already frozen dictionary viewing a map which is expected to be immutable.
|
@NotNull static <K,V> Dict<K,V> frozenFromMap(@NotNull java.util.Map<? extends K,? extends V> map)
K - key type of the returned dictionaryV - value type of the returned dictionarymap - incoming map, which is reuired to