| Modifier and Type | Method and Description | 
|---|---|
| Map<K,V> | build() | 
| static <K,V> MapBuilder<K,V> | builder() | 
| static <K,V> MapBuilder<K,V> | builder(Map<K,V> map) | 
| MapBuilder<K,V> | put(K key,
   V value) | 
public static <K,V> MapBuilder<K,V> builder(Map<K,V> map)
public static <K,V> MapBuilder<K,V> builder()
public MapBuilder<K,V> put(K key, V value)
Copyright © 2020. All rights reserved.