public class MutableObjectIntMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactory
MutableObjectIntMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> |
empty() |
<K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> |
of()
Same as
MutableObjectIntMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> |
ofAll(com.gs.collections.api.map.primitive.ObjectIntMap<? extends K> map)
Same as
MutableObjectIntMapFactory.withAll(ObjectIntMap). |
<K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> |
with()
Same as
MutableObjectIntMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> |
withAll(com.gs.collections.api.map.primitive.ObjectIntMap<? extends K> map) |
public <K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> of()
com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactoryMutableObjectIntMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> with()
com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactoryMutableObjectIntMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> ofAll(com.gs.collections.api.map.primitive.ObjectIntMap<? extends K> map)
com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactoryMutableObjectIntMapFactory.withAll(ObjectIntMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectIntMap<K> withAll(com.gs.collections.api.map.primitive.ObjectIntMap<? extends K> map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableObjectIntMapFactory