B
K
V
public class MapBuilder<B extends MapBuilder<B,K,V>,K,V> extends Object
Builder
Map
MapBuilder()
protected B
_this()
Map<K,V>
get()
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapBuilder()
public B put(K key, V value)
public Map<K,V> get()
protected final B _this()