public static class NullAllowingImmutableList.Builder<E> extends Object
| Constructor and Description |
|---|
Builder(int expectedSize) |
| Modifier and Type | Method and Description |
|---|---|
NullAllowingImmutableList.Builder<E> |
add(E newElement) |
NullAllowingImmutableList.Builder<E> |
addAll(Iterable<? extends E> newElements) |
NullAllowingImmutableList<E> |
build() |
public NullAllowingImmutableList.Builder<E> add(E newElement)
public NullAllowingImmutableList.Builder<E> addAll(Iterable<? extends E> newElements)
public NullAllowingImmutableList<E> build()
Copyright © 2017–2019. All rights reserved.