public class MutableShortDoubleMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactory
MutableShortDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableShortDoubleMap |
empty() |
com.gs.collections.api.map.primitive.MutableShortDoubleMap |
of()
Same as
MutableShortDoubleMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableShortDoubleMap |
ofAll(com.gs.collections.api.map.primitive.ShortDoubleMap map)
Same as
MutableShortDoubleMapFactory.withAll(ShortDoubleMap). |
com.gs.collections.api.map.primitive.MutableShortDoubleMap |
with()
Same as
MutableShortDoubleMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableShortDoubleMap |
withAll(com.gs.collections.api.map.primitive.ShortDoubleMap map) |
public com.gs.collections.api.map.primitive.MutableShortDoubleMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.MutableShortDoubleMap of()
com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.MutableShortDoubleMap with()
com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.MutableShortDoubleMap ofAll(com.gs.collections.api.map.primitive.ShortDoubleMap map)
com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.withAll(ShortDoubleMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactorypublic com.gs.collections.api.map.primitive.MutableShortDoubleMap withAll(com.gs.collections.api.map.primitive.ShortDoubleMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableShortDoubleMapFactory