Uses of Interface
org.jboss.weld.util.collections.ImmutableMap.Builder
-
Packages that use ImmutableMap.Builder Package Description org.jboss.weld.util.collections -
-
Uses of ImmutableMap.Builder in org.jboss.weld.util.collections
Methods in org.jboss.weld.util.collections that return ImmutableMap.Builder Modifier and Type Method Description static <K,V>
ImmutableMap.Builder<K,V>ImmutableMap. builder()Creates a new empty builder for building immutable map.ImmutableMap.Builder<K,V>ImmutableMap.Builder. put(K key, V value)ImmutableMap.Builder<K,V>ImmutableMap.Builder. putAll(Map<K,V> items)
-