K
- Key type.V
- Value type.public static interface Maps.IMapBuilder<K,V>
Modifier and Type | Method and Description |
---|---|
Map<K,V> |
build()
Returns the built map in a modifiable form.
|
Map<K,V> |
buildImmutable()
Returns the built map in an unmodifiable form.
|
Maps.IMapBuilder<K,V> |
put(K key,
V value)
Puts the given entry in this builder.
|
Maps.IMapBuilder<K,V> put(K key, V value)
key
- the key.value
- the value.Map<K,V> build()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.