Uses of Class
com.google.common.collect.ImmutableCollection.Builder
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableCollection.Builder in com.google.common.collect
Modifier and TypeClassDescriptionstatic final class
A builder for creating immutable list instances, especiallypublic static final
lists ("constant lists").static class
A builder for creating immutable multiset instances, especiallypublic static final
multisets ("constant multisets").static class
A builder for creatingImmutableSet
instances.static class
A builder for creating immutable multiset instances, especiallypublic static final
multisets ("constant multisets").static final class
A builder for creating immutable sorted set instances, especiallypublic static final
sets ("constant sets"), with a given comparator.Modifier and TypeMethodDescriptionabstract ImmutableCollection.Builder
<E> Addselement
to theImmutableCollection
being built.Adds each element ofelements
to theImmutableCollection
being built.Adds each element ofelements
to theImmutableCollection
being built.Adds each element ofelements
to theImmutableCollection
being built.