web/static/javadoc/4.11/org/acra/collections/ImmutableSet.Builder.html
org.acra.collections
java.lang.Object
Enclosing class:ImmutableSet<E>
public static final classImmutableSet.Builder\<E\>extends java.lang.Object
Constructors | Constructor and Description |
| --- |
| Builder() |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method and Description |
| --- | --- |
| void | add(E element) |
| ImmutableSet<E> | build() |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public Builder()
-
public void add([E](../../../org/acra/collections/ImmutableSet.Builder.html "type parameter in ImmutableSet.Builder")element)
-
public[ImmutableSet](../../../org/acra/collections/ImmutableSet.html "class in org.acra.collections")<[E](../../../org/acra/collections/ImmutableSet.Builder.html "type parameter in ImmutableSet.Builder")> build()