public class ImmutableDoubleIntMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactory
ImmutableDoubleIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableDoubleIntMap |
of()
Same as
ImmutableDoubleIntMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableDoubleIntMap |
of(double key,
int value)
Same as
ImmutableDoubleIntMapFactory.with(double, int). |
com.gs.collections.api.map.primitive.ImmutableDoubleIntMap |
ofAll(com.gs.collections.api.map.primitive.DoubleIntMap map)
Same as
ImmutableDoubleIntMapFactory.withAll(DoubleIntMap). |
com.gs.collections.api.map.primitive.ImmutableDoubleIntMap |
with() |
com.gs.collections.api.map.primitive.ImmutableDoubleIntMap |
with(double key,
int value) |
com.gs.collections.api.map.primitive.ImmutableDoubleIntMap |
withAll(com.gs.collections.api.map.primitive.DoubleIntMap map) |
public com.gs.collections.api.map.primitive.ImmutableDoubleIntMap of()
com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactoryImmutableDoubleIntMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableDoubleIntMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableDoubleIntMap of(double key,
int value)
com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactoryImmutableDoubleIntMapFactory.with(double, int).of in interface com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableDoubleIntMap with(double key,
int value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableDoubleIntMap ofAll(com.gs.collections.api.map.primitive.DoubleIntMap map)
com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactoryImmutableDoubleIntMapFactory.withAll(DoubleIntMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableDoubleIntMap withAll(com.gs.collections.api.map.primitive.DoubleIntMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableDoubleIntMapFactory