public interface ImmutableIntDoubleMapFactory
ImmutableIntDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableIntDoubleMap |
empty() |
ImmutableIntDoubleMap |
of()
Same as
empty(). |
ImmutableIntDoubleMap |
of(int key,
double value)
Same as
with(int, double). |
ImmutableIntDoubleMap |
ofAll(IntDoubleMap map)
Same as
withAll(IntDoubleMap). |
ImmutableIntDoubleMap |
with()
Same as
empty(). |
ImmutableIntDoubleMap |
with(int key,
double value) |
ImmutableIntDoubleMap |
withAll(IntDoubleMap map) |
ImmutableIntDoubleMap empty()
ImmutableIntDoubleMap of()
empty().ImmutableIntDoubleMap with()
empty().ImmutableIntDoubleMap of(int key, double value)
with(int, double).ImmutableIntDoubleMap with(int key, double value)
ImmutableIntDoubleMap ofAll(IntDoubleMap map)
withAll(IntDoubleMap).ImmutableIntDoubleMap withAll(IntDoubleMap map)
Copyright © 2004–2016. All rights reserved.