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