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