public class MutableCharShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactory
MutableCharShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableCharShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableCharShortMap |
empty() |
com.gs.collections.api.map.primitive.MutableCharShortMap |
of()
Same as
MutableCharShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableCharShortMap |
ofAll(com.gs.collections.api.map.primitive.CharShortMap map)
Same as
MutableCharShortMapFactory.withAll(CharShortMap). |
com.gs.collections.api.map.primitive.MutableCharShortMap |
with()
Same as
MutableCharShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableCharShortMap |
withAll(com.gs.collections.api.map.primitive.CharShortMap map) |
public com.gs.collections.api.map.primitive.MutableCharShortMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.MutableCharShortMap of()
com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactoryMutableCharShortMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.MutableCharShortMap with()
com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactoryMutableCharShortMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.MutableCharShortMap ofAll(com.gs.collections.api.map.primitive.CharShortMap map)
com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactoryMutableCharShortMapFactory.withAll(CharShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactorypublic com.gs.collections.api.map.primitive.MutableCharShortMap withAll(com.gs.collections.api.map.primitive.CharShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableCharShortMapFactory