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 TypeMethodDescriptionAddselementto theImmutableList.Adds each element ofelementsto theImmutableList.Adds each element ofelementsto theImmutableList.Adds each element ofelementsto 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.(package private) ImmutableList.Builder<E> ImmutableList.Builder.combine(ImmutableList.Builder<E> builder) Methods in com.google.common.collect with parameters of type ImmutableList.BuilderModifier and TypeMethodDescription(package private) ImmutableList.Builder<E> ImmutableList.Builder.combine(ImmutableList.Builder<E> builder)