Uses of Class
com.google.common.collect.ImmutableList.Builder
Packages that use ImmutableList.Builder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableList.Builder in com.google.common.collect
Methods in com.google.common.collect that return ImmutableList.BuilderModifier 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.