static <VType> ImmutableOpenIntMap.Builder<VType> |
ImmutableOpenIntMap.builder() |
|
static <VType> ImmutableOpenIntMap.Builder<VType> |
ImmutableOpenIntMap.builder(int size) |
|
static <VType> ImmutableOpenIntMap.Builder<VType> |
ImmutableOpenIntMap.builder(ImmutableOpenIntMap<VType> map) |
|
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.
|