Package | Description |
---|---|
org.elasticsearch.common.collect |
Modifier and Type | Method and Description |
---|---|
static <KType,VType> |
ImmutableOpenMap.builder() |
static <KType,VType> |
ImmutableOpenMap.builder(ImmutableOpenMap<KType,VType> map) |
static <KType,VType> |
ImmutableOpenMap.builder(int size) |
<K,V> ImmutableOpenMap.Builder<K,V> |
ImmutableOpenMap.Builder.cast() |
ImmutableOpenMap.Builder<KType,VType> |
ImmutableOpenMap.Builder.fPut(KType key,
VType value)
A put operation that can be used in the fluent pattern.
|
ImmutableOpenMap.Builder<KType,VType> |
ImmutableOpenMap.Builder.fRemove(KType key)
Remove that can be used in the fluent pattern.
|
ImmutableOpenMap.Builder<KType,VType> |
ImmutableOpenMap.Builder.putAll(Map<KType,VType> map)
Puts all the entries in the map to the builder.
|
Copyright © 2009–2015. All rights reserved.