public static class CollectionUtils.MapBuilder<K,V> extends Object implements Map<K,V>
| Constructor and Description | 
|---|
| MapBuilder(Map<K,V> delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| boolean | containsKey(Object o) | 
| boolean | containsValue(Object o) | 
| CollectionUtils.MapBuilder<K,V> | e(K k,
 V v) | 
| Set<Map.Entry<K,V>> | entrySet() | 
| boolean | equals(Object o) | 
| V | get(Object o) | 
| int | hashCode() | 
| boolean | isEmpty() | 
| Set<K> | keySet() | 
| V | put(K k,
   V v) | 
| void | putAll(Map<? extends K,? extends V> map) | 
| V | remove(Object o) | 
| int | size() | 
| String | toString() | 
| Collection<V> | values() | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CollectionUtils.MapBuilder<K,V> e(K k, V v)
public boolean containsKey(Object o)
containsKey in interface Map<K,V>public boolean containsValue(Object o)
containsValue in interface Map<K,V>public boolean equals(Object o)
public int hashCode()