public class MutableDoubleObjectMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactory
MutableDoubleObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> |
empty() |
<V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> |
of()
Same as
MutableDoubleObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> |
ofAll(com.gs.collections.api.map.primitive.DoubleObjectMap<? extends V> map)
Same as
MutableDoubleObjectMapFactory.withAll(DoubleObjectMap). |
<V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> |
with()
Same as
MutableDoubleObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> |
withAll(com.gs.collections.api.map.primitive.DoubleObjectMap<? extends V> map) |
public <V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> of()
com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactoryMutableDoubleObjectMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> with()
com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactoryMutableDoubleObjectMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> ofAll(com.gs.collections.api.map.primitive.DoubleObjectMap<? extends V> map)
com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactoryMutableDoubleObjectMapFactory.withAll(DoubleObjectMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableDoubleObjectMap<V> withAll(com.gs.collections.api.map.primitive.DoubleObjectMap<? extends V> map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableDoubleObjectMapFactory