public class MutableObjectDoubleMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactory
MutableObjectDoubleMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> |
empty() |
<K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> |
of()
Same as
MutableObjectDoubleMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> |
ofAll(com.gs.collections.api.map.primitive.ObjectDoubleMap<? extends K> map)
Same as
MutableObjectDoubleMapFactory.withAll(ObjectDoubleMap). |
<K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> |
with()
Same as
MutableObjectDoubleMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> |
withAll(com.gs.collections.api.map.primitive.ObjectDoubleMap<? extends K> map) |
public <K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> of()
com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactoryMutableObjectDoubleMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> with()
com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactoryMutableObjectDoubleMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> ofAll(com.gs.collections.api.map.primitive.ObjectDoubleMap<? extends K> map)
com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactoryMutableObjectDoubleMapFactory.withAll(ObjectDoubleMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectDoubleMap<K> withAll(com.gs.collections.api.map.primitive.ObjectDoubleMap<? extends K> map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableObjectDoubleMapFactory