Uses of Interface
org.jboss.weld.util.collections.ImmutableList.Builder
-
Packages that use ImmutableList.Builder Package Description org.jboss.weld.util.collections -
-
Uses of ImmutableList.Builder in org.jboss.weld.util.collections
Methods in org.jboss.weld.util.collections that return ImmutableList.Builder Modifier and Type Method Description ImmutableList.Builder<T>ImmutableList.Builder. add(T item)ImmutableList.Builder<T>ImmutableList.Builder. addAll(Iterable<? extends T> items)ImmutableList.Builder<T>ImmutableList.Builder. addAll(T... items)static <T> ImmutableList.Builder<T>ImmutableList. builder()Creates a new empty builder for building immutable lists.
-