public class MutableByteObjectMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactory
MutableByteObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> |
empty() |
<V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> |
of()
Same as
MutableByteObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> |
ofAll(com.gs.collections.api.map.primitive.ByteObjectMap<? extends V> map)
Same as
MutableByteObjectMapFactory.withAll(ByteObjectMap). |
<V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> |
with()
Same as
MutableByteObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> |
withAll(com.gs.collections.api.map.primitive.ByteObjectMap<? extends V> map) |
public <V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> of()
com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactoryMutableByteObjectMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> with()
com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactoryMutableByteObjectMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> ofAll(com.gs.collections.api.map.primitive.ByteObjectMap<? extends V> map)
com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactoryMutableByteObjectMapFactory.withAll(ByteObjectMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableByteObjectMap<V> withAll(com.gs.collections.api.map.primitive.ByteObjectMap<? extends V> map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableByteObjectMapFactory