public static class GenericUtils.MapBuilder<K,V> extends Object
MapBuilder()
MapBuilder(Comparator<? super K> comparator)
Map<K,V>
build()
immutable()
GenericUtils.MapBuilder<K,V>
put(K k, V v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapBuilder()
public MapBuilder(Comparator<? super K> comparator)
public GenericUtils.MapBuilder<K,V> put(K k, V v)
public Map<K,V> build()
public Map<K,V> immutable()
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.