public class MutableShortLongMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactory
MutableShortLongMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableShortLongMap |
empty() |
com.gs.collections.api.map.primitive.MutableShortLongMap |
of()
Same as
MutableShortLongMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableShortLongMap |
ofAll(com.gs.collections.api.map.primitive.ShortLongMap map)
Same as
MutableShortLongMapFactory.withAll(ShortLongMap). |
com.gs.collections.api.map.primitive.MutableShortLongMap |
with()
Same as
MutableShortLongMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableShortLongMap |
withAll(com.gs.collections.api.map.primitive.ShortLongMap map) |
public com.gs.collections.api.map.primitive.MutableShortLongMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.MutableShortLongMap of()
com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactoryMutableShortLongMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.MutableShortLongMap with()
com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactoryMutableShortLongMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.MutableShortLongMap ofAll(com.gs.collections.api.map.primitive.ShortLongMap map)
com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactoryMutableShortLongMapFactory.withAll(ShortLongMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactorypublic com.gs.collections.api.map.primitive.MutableShortLongMap withAll(com.gs.collections.api.map.primitive.ShortLongMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableShortLongMapFactory