public interface MapBuilder<K,V>
Modifier and Type | Method and Description |
---|---|
String |
getId() |
MapBuilder<K,V> |
put(K key,
V value)
Associates
key with value in the built map. |
MapBuilder<K,V> |
putAll(Map<? extends K,? extends V> map)
Associates all of the given map's keys and values in the built map.
|
String getId()
MapBuilder<K,V> put(K key, V value)
key
with value
in the built map.key
- keyvalue
- valueMapBuilder<K,V> putAll(Map<? extends K,? extends V> map)
map
- Map to addNullPointerException
- if any key or value in map
is nullCopyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.