JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.jboss.weld.util.collections
Interface ImmutableMap.Builder<K,
V>
Enclosing class:
ImmutableMap
<
K
,
V
>
public static interface
ImmutableMap.Builder<K,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
K
,
V
>
build
()
ImmutableMap.Builder
<
K
,
V
>
put
(
K
key,
V
value)
ImmutableMap.Builder
<
K
,
V
>
putAll
(
Map
<
K
,
V
> items)
Method Details
put
ImmutableMap.Builder
<
K
,
V
>
put
(
K
key,
V
value)
putAll
ImmutableMap.Builder
<
K
,
V
>
putAll
(
Map
<
K
,
V
> items)
build
Map
<
K
,
V
>
build
()