| Package | Description |
|---|---|
| org.jboss.weld.util.collections |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSet.Builder<T> |
ImmutableSet.Builder.add(T item) |
ImmutableSet.Builder<T> |
ImmutableSet.Builder.addAll(java.lang.Iterable<? extends T> items) |
ImmutableSet.Builder<T> |
ImmutableSet.Builder.addAll(T... items) |
static <T> ImmutableSet.Builder<T> |
ImmutableSet.builder()
Creates a new empty builder for building immutable sets.
|
Copyright © 2014. All Rights Reserved.