public class MutableIntObjectMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.MutableIntObjectMapFactory
MutableIntObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> |
empty() |
<V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> |
of() |
<V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> |
ofAll(org.eclipse.collections.api.map.primitive.IntObjectMap<? extends V> map) |
<V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> |
with() |
<V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> |
withAll(org.eclipse.collections.api.map.primitive.IntObjectMap<? extends V> map) |
public <V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.MutableIntObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> of()
of in interface org.eclipse.collections.api.factory.map.primitive.MutableIntObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> with()
with in interface org.eclipse.collections.api.factory.map.primitive.MutableIntObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> ofAll(org.eclipse.collections.api.map.primitive.IntObjectMap<? extends V> map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.MutableIntObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> withAll(org.eclipse.collections.api.map.primitive.IntObjectMap<? extends V> map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.MutableIntObjectMapFactoryCopyright © 2004–2017. All rights reserved.