| Package | Description |
|---|---|
| org.jboss.weld.util.collections |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableList.Builder<T> |
ImmutableList.Builder.add(T item) |
ImmutableList.Builder<T> |
ImmutableList.Builder.addAll(java.lang.Iterable<? extends T> items) |
ImmutableList.Builder<T> |
ImmutableList.Builder.addAll(T... items) |
static <T> ImmutableList.Builder<T> |
ImmutableList.builder()
Creates a new empty builder for building immutable lists.
|
Copyright © 2015. All Rights Reserved.