public class MapBuilder<K,V> extends Object implements Builder<Map<K,V>>
MapBuilder(Map<K,V> map, Map.Entry<K,V>... entries)
Map<K,V>
build()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapBuilder(Map<K,V> map, Map.Entry<K,V>... entries)
public Map<K,V> build()
build
Builder<Map<K,V>>
Copyright © 2017. All rights reserved.