public class MapBuilder<K,V> extends Object
Constructor and Description |
---|
MapBuilder() |
Modifier and Type | Method and Description |
---|---|
MapBuilder<K,V> |
append(K k,
V v)
Deprecated.
|
Map<K,V> |
build() |
MapBuilder<K,V> |
put(K k,
V v)
Puts value to the map.
|
@Deprecated public MapBuilder<K,V> append(K k, V v)
put(Object, Object)
public MapBuilder<K,V> put(K k, V v)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.