public static interface ImmutableList.Builder<T>
Modifier and Type | Method and Description |
---|---|
ImmutableList.Builder<T> |
add(T item) |
ImmutableList.Builder<T> |
addAll(java.lang.Iterable<? extends T> items) |
ImmutableList.Builder<T> |
addAll(T... items) |
java.util.List<T> |
build() |
ImmutableList.Builder<T> add(T item)
ImmutableList.Builder<T> addAll(java.lang.Iterable<? extends T> items)
ImmutableList.Builder<T> addAll(T... items)
java.util.List<T> build()
Copyright © 2014. All Rights Reserved.