Uses of Class
com.google.common.collect.ImmutableList.Builder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableList.Builder in com.google.common.collect
Modifier and TypeMethodDescriptionAddselement
to theImmutableList
.Adds each element ofelements
to theImmutableList
.Adds each element ofelements
to theImmutableList
.Adds each element ofelements
to theImmutableList
.static <E> ImmutableList.Builder
<E> ImmutableList.builder()
Returns a new builder.static <E> ImmutableList.Builder
<E> ImmutableList.builderWithExpectedSize
(int expectedSize) Returns a new builder, expecting the specified number of elements to be added.