public class MutableIntDoubleMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactory
MutableIntDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableIntDoubleMap |
empty() |
com.gs.collections.api.map.primitive.MutableIntDoubleMap |
of()
Same as
MutableIntDoubleMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntDoubleMap |
ofAll(com.gs.collections.api.map.primitive.IntDoubleMap map)
Same as
MutableIntDoubleMapFactory.withAll(IntDoubleMap). |
com.gs.collections.api.map.primitive.MutableIntDoubleMap |
with()
Same as
MutableIntDoubleMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntDoubleMap |
withAll(com.gs.collections.api.map.primitive.IntDoubleMap map) |
public com.gs.collections.api.map.primitive.MutableIntDoubleMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.MutableIntDoubleMap of()
com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactoryMutableIntDoubleMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.MutableIntDoubleMap with()
com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactoryMutableIntDoubleMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.MutableIntDoubleMap ofAll(com.gs.collections.api.map.primitive.IntDoubleMap map)
com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactoryMutableIntDoubleMapFactory.withAll(IntDoubleMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactorypublic com.gs.collections.api.map.primitive.MutableIntDoubleMap withAll(com.gs.collections.api.map.primitive.IntDoubleMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableIntDoubleMapFactory