NullAllowingImmutableList<E> |
NullAllowingImmutableList.Builder.build() |
static <E> NullAllowingImmutableList<E> |
NullAllowingImmutableList.copyOf(Iterable<E> iterable) |
static <E> NullAllowingImmutableList<E> |
NullAllowingImmutableList.of() |
static <E> NullAllowingImmutableList<E> |
NullAllowingImmutableList.of(E... elements) |
static <E> NullAllowingImmutableList<E> |
NullAllowingImmutableList.of(E element) |
static <E> NullAllowingImmutableList<E> |
NullAllowingImmutableList.of(E element1,
E element2) |
static <E> NullAllowingImmutableList<E> |
NullAllowingImmutableList.of(E element1,
E element2,
E element3) |