public static final class ImmutableSet.Builder<E>
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(E element) |
ImmutableSet<E> |
build() |
public void add(E element)
public ImmutableSet<E> build()