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