public class ImmutableByteDoubleMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactory
ImmutableByteDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableByteDoubleMap |
of()
Same as
ImmutableByteDoubleMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableByteDoubleMap |
of(byte key,
double value)
Same as
ImmutableByteDoubleMapFactory.with(byte, double). |
com.gs.collections.api.map.primitive.ImmutableByteDoubleMap |
ofAll(com.gs.collections.api.map.primitive.ByteDoubleMap map)
Same as
ImmutableByteDoubleMapFactory.withAll(ByteDoubleMap). |
com.gs.collections.api.map.primitive.ImmutableByteDoubleMap |
with() |
com.gs.collections.api.map.primitive.ImmutableByteDoubleMap |
with(byte key,
double value) |
com.gs.collections.api.map.primitive.ImmutableByteDoubleMap |
withAll(com.gs.collections.api.map.primitive.ByteDoubleMap map) |
public com.gs.collections.api.map.primitive.ImmutableByteDoubleMap of()
com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactoryImmutableByteDoubleMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteDoubleMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteDoubleMap of(byte key,
double value)
com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactoryImmutableByteDoubleMapFactory.with(byte, double).of in interface com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteDoubleMap with(byte key,
double value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteDoubleMap ofAll(com.gs.collections.api.map.primitive.ByteDoubleMap map)
com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactoryImmutableByteDoubleMapFactory.withAll(ByteDoubleMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic com.gs.collections.api.map.primitive.ImmutableByteDoubleMap withAll(com.gs.collections.api.map.primitive.ByteDoubleMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactory