Uses of Class
org.docx4j.com.google.common.collect.ImmutableCollection.Builder
| Package | Description |
|---|---|
| org.docx4j.com.google.common.collect |
-
Uses of ImmutableCollection.Builder in org.docx4j.com.google.common.collect
Subclasses of ImmutableCollection.Builder in org.docx4j.com.google.common.collect Modifier and Type Class Description static classImmutableSet.Builder<E>A builder for creatingImmutableSetinstances.Methods in org.docx4j.com.google.common.collect that return ImmutableCollection.Builder Modifier and Type Method Description abstract ImmutableCollection.Builder<E>ImmutableCollection.Builder. add(E element)Addselementto theImmutableCollectionbeing built.ImmutableCollection.Builder<E>ImmutableCollection.Builder. add(E... elements)Adds each element ofelementsto theImmutableCollectionbeing built.ImmutableCollection.Builder<E>ImmutableCollection.Builder. addAll(java.lang.Iterable<? extends E> elements)Adds each element ofelementsto theImmutableCollectionbeing built.ImmutableCollection.Builder<E>ImmutableCollection.Builder. addAll(java.util.Iterator<? extends E> elements)Adds each element ofelementsto theImmutableCollectionbeing built.