public class MapBuilder<K,V> extends Object
The method follows the fluent API pattern.
MapBuilder()
MapBuilder(Map<K,V> map)
Map<K,V>
build()
MapBuilder<K,V>
put(K k, V v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapBuilder(Map<K,V> map)
public MapBuilder()
public MapBuilder<K,V> put(K k, V v)
public Map<K,V> build()
Copyright © 2013. All Rights Reserved.