public class MutableDoubleShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactory
MutableDoubleShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableDoubleShortMap |
empty() |
com.gs.collections.api.map.primitive.MutableDoubleShortMap |
of()
Same as
MutableDoubleShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableDoubleShortMap |
ofAll(com.gs.collections.api.map.primitive.DoubleShortMap map)
Same as
MutableDoubleShortMapFactory.withAll(DoubleShortMap). |
com.gs.collections.api.map.primitive.MutableDoubleShortMap |
with()
Same as
MutableDoubleShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableDoubleShortMap |
withAll(com.gs.collections.api.map.primitive.DoubleShortMap map) |
public com.gs.collections.api.map.primitive.MutableDoubleShortMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactorypublic com.gs.collections.api.map.primitive.MutableDoubleShortMap of()
com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactoryMutableDoubleShortMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactorypublic com.gs.collections.api.map.primitive.MutableDoubleShortMap with()
com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactoryMutableDoubleShortMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactorypublic com.gs.collections.api.map.primitive.MutableDoubleShortMap ofAll(com.gs.collections.api.map.primitive.DoubleShortMap map)
com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactoryMutableDoubleShortMapFactory.withAll(DoubleShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactorypublic com.gs.collections.api.map.primitive.MutableDoubleShortMap withAll(com.gs.collections.api.map.primitive.DoubleShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableDoubleShortMapFactory