PossibleMaptype
ImmutableMap<K, T> | Iterable<Entry<K, T>>
| Type | |
|---|---|
ImmutableMap | Map that cannot be changed. |
Iterable | |
Entry | Single key/value entry from a map-like object. |
Things that can be converted to maps.
ImmutableMap<K, T> | Iterable<Entry<K, T>>
| Type | |
|---|---|
ImmutableMap | Map that cannot be changed. |
Iterable | |
Entry | Single key/value entry from a map-like object. |
Things that can be converted to maps.