public class MutableByteShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactory
MutableByteShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableByteShortMap |
empty() |
com.gs.collections.api.map.primitive.MutableByteShortMap |
of()
Same as
MutableByteShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableByteShortMap |
ofAll(com.gs.collections.api.map.primitive.ByteShortMap map)
Same as
MutableByteShortMapFactory.withAll(ByteShortMap). |
com.gs.collections.api.map.primitive.MutableByteShortMap |
with()
Same as
MutableByteShortMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableByteShortMap |
withAll(com.gs.collections.api.map.primitive.ByteShortMap map) |
public com.gs.collections.api.map.primitive.MutableByteShortMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.MutableByteShortMap of()
com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactoryMutableByteShortMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.MutableByteShortMap with()
com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactoryMutableByteShortMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.MutableByteShortMap ofAll(com.gs.collections.api.map.primitive.ByteShortMap map)
com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactoryMutableByteShortMapFactory.withAll(ByteShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactorypublic com.gs.collections.api.map.primitive.MutableByteShortMap withAll(com.gs.collections.api.map.primitive.ByteShortMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableByteShortMapFactory