public class MutableShortCharMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactory
MutableShortCharMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableShortCharMap |
empty() |
com.gs.collections.api.map.primitive.MutableShortCharMap |
of()
Same as
MutableShortCharMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableShortCharMap |
ofAll(com.gs.collections.api.map.primitive.ShortCharMap map)
Same as
MutableShortCharMapFactory.withAll(ShortCharMap). |
com.gs.collections.api.map.primitive.MutableShortCharMap |
with()
Same as
MutableShortCharMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableShortCharMap |
withAll(com.gs.collections.api.map.primitive.ShortCharMap map) |
public com.gs.collections.api.map.primitive.MutableShortCharMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.MutableShortCharMap of()
com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactoryMutableShortCharMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.MutableShortCharMap with()
com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactoryMutableShortCharMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.MutableShortCharMap ofAll(com.gs.collections.api.map.primitive.ShortCharMap map)
com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactoryMutableShortCharMapFactory.withAll(ShortCharMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactorypublic com.gs.collections.api.map.primitive.MutableShortCharMap withAll(com.gs.collections.api.map.primitive.ShortCharMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableShortCharMapFactory