| Package | Description |
|---|---|
| org.docx4j.com.google.common.collect |
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSet.Builder<E>
A builder for creating
ImmutableSet instances. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCollection.Builder<E> |
ImmutableCollection.Builder.add(E... elements)
Adds each element of
elements to the ImmutableCollection being built. |
abstract ImmutableCollection.Builder<E> |
ImmutableCollection.Builder.add(E element)
Adds
element to the ImmutableCollection being built. |
ImmutableCollection.Builder<E> |
ImmutableCollection.Builder.addAll(java.lang.Iterable<? extends E> elements)
Adds each element of
elements to the ImmutableCollection being built. |
ImmutableCollection.Builder<E> |
ImmutableCollection.Builder.addAll(java.util.Iterator<? extends E> elements)
Adds each element of
elements to the ImmutableCollection being built. |
Copyright © 2007–2023. All rights reserved.