Uses of Class
com.google.common.collect.ImmutableCollection.Builder
Packages that use ImmutableCollection.Builder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableCollection.Builder in com.google.common.collect
Subclasses of ImmutableCollection.Builder in com.google.common.collectModifier and TypeClassDescriptionstatic final classA builder for creating immutable list instances, especiallypublic static finallists ("constant lists").static classA builder for creating immutable multiset instances, especiallypublic static finalmultisets ("constant multisets").static classA builder for creatingImmutableSetinstances.static classA builder for creating immutable multiset instances, especiallypublic static finalmultisets ("constant multisets").static final classA builder for creating immutable sorted set instances, especiallypublic static finalsets ("constant sets"), with a given comparator.Methods in com.google.common.collect that return ImmutableCollection.BuilderModifier and TypeMethodDescriptionabstract ImmutableCollection.Builder<E> Addselementto theImmutableCollectionbeing built.Adds each element ofelementsto theImmutableCollectionbeing built.Adds each element ofelementsto theImmutableCollectionbeing built.Adds each element ofelementsto theImmutableCollectionbeing built.