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