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