public class ImmutableIntDoubleMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactory
ImmutableIntDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableIntDoubleMap |
of()
Same as
ImmutableIntDoubleMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableIntDoubleMap |
of(int key,
double value)
Same as
ImmutableIntDoubleMapFactory.with(int, double). |
com.gs.collections.api.map.primitive.ImmutableIntDoubleMap |
ofAll(com.gs.collections.api.map.primitive.IntDoubleMap map)
Same as
ImmutableIntDoubleMapFactory.withAll(IntDoubleMap). |
com.gs.collections.api.map.primitive.ImmutableIntDoubleMap |
with() |
com.gs.collections.api.map.primitive.ImmutableIntDoubleMap |
with(int key,
double value) |
com.gs.collections.api.map.primitive.ImmutableIntDoubleMap |
withAll(com.gs.collections.api.map.primitive.IntDoubleMap map) |
public com.gs.collections.api.map.primitive.ImmutableIntDoubleMap of()
com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactoryImmutableIntDoubleMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntDoubleMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntDoubleMap of(int key,
double value)
com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactoryImmutableIntDoubleMapFactory.with(int, double).of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntDoubleMap with(int key,
double value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntDoubleMap ofAll(com.gs.collections.api.map.primitive.IntDoubleMap map)
com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactoryImmutableIntDoubleMapFactory.withAll(IntDoubleMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntDoubleMap withAll(com.gs.collections.api.map.primitive.IntDoubleMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactory