Package org.jboss.weld.util.collections
Interface ImmutableList.Builder<T>
-
- Enclosing class:
- ImmutableList<E>
public static interface ImmutableList.Builder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImmutableList.Builder<T>add(T item)ImmutableList.Builder<T>addAll(Iterable<? extends T> items)ImmutableList.Builder<T>addAll(T... items)List<T>build()
-
-
-
Method Detail
-
add
ImmutableList.Builder<T> add(T item)
-
addAll
ImmutableList.Builder<T> addAll(Iterable<? extends T> items)
-
addAll
ImmutableList.Builder<T> addAll(T... items)
-
-