public class ImmutableObjectDoubleMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactory
ImmutableObjectDoubleMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> |
empty() |
<K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> |
of()
Same as
ImmutableObjectDoubleMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> |
of(K key,
double value)
Same as
ImmutableObjectDoubleMapFactory.with(Object, double). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> |
ofAll(com.gs.collections.api.map.primitive.ObjectDoubleMap<? extends K> map)
Same as
ImmutableObjectDoubleMapFactory.withAll(ObjectDoubleMap). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> |
with()
Same as
ImmutableObjectDoubleMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> |
with(K key,
double value) |
<K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> |
withAll(com.gs.collections.api.map.primitive.ObjectDoubleMap<? extends K> map) |
public <K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> of()
com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactoryImmutableObjectDoubleMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> with()
com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactoryImmutableObjectDoubleMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> of(K key,
double value)
com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactoryImmutableObjectDoubleMapFactory.with(Object, double).of in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> with(K key,
double value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> ofAll(com.gs.collections.api.map.primitive.ObjectDoubleMap<? extends K> map)
com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactoryImmutableObjectDoubleMapFactory.withAll(ObjectDoubleMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectDoubleMap<K> withAll(com.gs.collections.api.map.primitive.ObjectDoubleMap<? extends K> map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectDoubleMapFactory