public class MutableIntByteMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactory
MutableIntByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableIntByteMap |
empty() |
com.gs.collections.api.map.primitive.MutableIntByteMap |
of()
Same as
MutableIntByteMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntByteMap |
ofAll(com.gs.collections.api.map.primitive.IntByteMap map)
Same as
MutableIntByteMapFactory.withAll(IntByteMap). |
com.gs.collections.api.map.primitive.MutableIntByteMap |
with()
Same as
MutableIntByteMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntByteMap |
withAll(com.gs.collections.api.map.primitive.IntByteMap map) |
public com.gs.collections.api.map.primitive.MutableIntByteMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.MutableIntByteMap of()
com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactoryMutableIntByteMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.MutableIntByteMap with()
com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactoryMutableIntByteMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.MutableIntByteMap ofAll(com.gs.collections.api.map.primitive.IntByteMap map)
com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactoryMutableIntByteMapFactory.withAll(IntByteMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactorypublic com.gs.collections.api.map.primitive.MutableIntByteMap withAll(com.gs.collections.api.map.primitive.IntByteMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableIntByteMapFactory