public interface ImmutableIntDoubleMapFactory
ImmutableIntDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableIntDoubleMap |
of()
Same as
with(). |
ImmutableIntDoubleMap |
of(int key,
double value)
Same as
with(int, double). |
ImmutableIntDoubleMap |
ofAll(IntDoubleMap map)
Same as
withAll(IntDoubleMap). |
ImmutableIntDoubleMap |
with() |
ImmutableIntDoubleMap |
with(int key,
double value) |
ImmutableIntDoubleMap |
withAll(IntDoubleMap map) |
ImmutableIntDoubleMap of()
with().ImmutableIntDoubleMap with()
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–2017. All rights reserved.