Package org.jboss.weld.util.collections
Interface ImmutableSet.Builder<T>
- Type Parameters:
T- the type of elements
- Enclosing class:
- ImmutableSet<T>
public static interface ImmutableSet.Builder<T>
Builder for building immutable sets. The builder may be re-used after build() is called.
- Author:
- Jozef Hartinger
-
Method Summary
-
Method Details
-
add
-
addAll
-
addAll
-
build
Create a new immutable set.- Returns:
- a new immutable set
-