public static interface IPropertyBlock.IMapBuilder<K,V>
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
buildImmutableMap()
create immutable map
|
static <K,V> IPropertyBlock.IMapBuilder<K,V> |
newBuilderInstance()
creates builder to build a map
|
IPropertyBlock.IMapBuilder<K,V> |
put(K key,
V value)
put key-value pair to map
|
IPropertyBlock.IMapBuilder<K,V> |
putAll(Map<? extends K,? extends V> m)
put all mapping to map
|
IPropertyBlock.IMapBuilder<K,V> put(K key, V value)
key - key with which the specified value is to be associatedvalue - value to be associated with the specified keyIPropertyBlock.IMapBuilder<K,V> putAll(Map<? extends K,? extends V> m)
m - mappings to be stored in this mapstatic <K,V> IPropertyBlock.IMapBuilder<K,V> newBuilderInstance()
Copyright © 2020. All rights reserved.