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