public class MutableIntShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactory
MutableIntShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableIntShortMap |
empty() |
com.gs.collections.api.map.primitive.MutableIntShortMap |
of()
Same as
MutableIntShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntShortMap |
ofAll(com.gs.collections.api.map.primitive.IntShortMap map)
Same as
MutableIntShortMapFactory.withAll(IntShortMap). |
com.gs.collections.api.map.primitive.MutableIntShortMap |
with()
Same as
MutableIntShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntShortMap |
withAll(com.gs.collections.api.map.primitive.IntShortMap map) |
public com.gs.collections.api.map.primitive.MutableIntShortMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.MutableIntShortMap of()
com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactoryMutableIntShortMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.MutableIntShortMap with()
com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactoryMutableIntShortMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.MutableIntShortMap ofAll(com.gs.collections.api.map.primitive.IntShortMap map)
com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactoryMutableIntShortMapFactory.withAll(IntShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactorypublic com.gs.collections.api.map.primitive.MutableIntShortMap withAll(com.gs.collections.api.map.primitive.IntShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableIntShortMapFactory