public class ImmutableShortDoubleMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactory
ImmutableShortDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableShortDoubleMap |
of()
Same as
ImmutableShortDoubleMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableShortDoubleMap |
of(short key,
double value)
Same as
ImmutableShortDoubleMapFactory.with(short, double). |
com.gs.collections.api.map.primitive.ImmutableShortDoubleMap |
ofAll(com.gs.collections.api.map.primitive.ShortDoubleMap map)
Same as
ImmutableShortDoubleMapFactory.withAll(ShortDoubleMap). |
com.gs.collections.api.map.primitive.ImmutableShortDoubleMap |
with() |
com.gs.collections.api.map.primitive.ImmutableShortDoubleMap |
with(short key,
double value) |
com.gs.collections.api.map.primitive.ImmutableShortDoubleMap |
withAll(com.gs.collections.api.map.primitive.ShortDoubleMap map) |
public com.gs.collections.api.map.primitive.ImmutableShortDoubleMap of()
com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactoryImmutableShortDoubleMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortDoubleMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortDoubleMap of(short key,
double value)
com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactoryImmutableShortDoubleMapFactory.with(short, double).of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortDoubleMap with(short key,
double value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortDoubleMap ofAll(com.gs.collections.api.map.primitive.ShortDoubleMap map)
com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactoryImmutableShortDoubleMapFactory.withAll(ShortDoubleMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableShortDoubleMap withAll(com.gs.collections.api.map.primitive.ShortDoubleMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactory