Uses of Interface
org.jboss.weld.util.collections.ImmutableMap.Builder
Packages that use ImmutableMap.Builder
-
Uses of ImmutableMap.Builder in org.jboss.weld.util.collections
Methods in org.jboss.weld.util.collections that return ImmutableMap.BuilderModifier and TypeMethodDescriptionstatic <K,V> ImmutableMap.Builder<K, V> ImmutableMap.builder()Creates a new empty builder for building immutable map.