public class MutableShortIntMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactory
MutableShortIntMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableShortIntMap |
empty() |
com.gs.collections.api.map.primitive.MutableShortIntMap |
of()
Same as
MutableShortIntMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableShortIntMap |
ofAll(com.gs.collections.api.map.primitive.ShortIntMap map)
Same as
MutableShortIntMapFactory.withAll(ShortIntMap). |
com.gs.collections.api.map.primitive.MutableShortIntMap |
with()
Same as
MutableShortIntMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableShortIntMap |
withAll(com.gs.collections.api.map.primitive.ShortIntMap map) |
public com.gs.collections.api.map.primitive.MutableShortIntMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.MutableShortIntMap of()
com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactoryMutableShortIntMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.MutableShortIntMap with()
com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactoryMutableShortIntMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.MutableShortIntMap ofAll(com.gs.collections.api.map.primitive.ShortIntMap map)
com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactoryMutableShortIntMapFactory.withAll(ShortIntMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactorypublic com.gs.collections.api.map.primitive.MutableShortIntMap withAll(com.gs.collections.api.map.primitive.ShortIntMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableShortIntMapFactory