public class MutableObjectIntMapFactoryImpl extends Object implements org.eclipse.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> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> |
empty() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> |
of() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> |
ofAll(org.eclipse.collections.api.map.primitive.ObjectIntMap<? extends K> map) |
<K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> |
with() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> |
withAll(org.eclipse.collections.api.map.primitive.ObjectIntMap<? extends K> map) |
public <K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectIntMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> of()
of in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectIntMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> with()
with in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectIntMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> ofAll(org.eclipse.collections.api.map.primitive.ObjectIntMap<? extends K> map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectIntMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectIntMap<K> withAll(org.eclipse.collections.api.map.primitive.ObjectIntMap<? extends K> map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectIntMapFactoryCopyright © 2004–2018. All rights reserved.