public class MutableObjectIntMapFactoryImpl extends Object implements MutableObjectIntMapFactory
MutableObjectIntMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectIntMap<K> |
empty() |
<K> MutableObjectIntMap<K> |
of()
Same as
MutableObjectIntMapFactory.empty(). |
<K> MutableObjectIntMap<K> |
ofAll(ObjectIntMap<? extends K> map)
|
<K> MutableObjectIntMap<K> |
with()
Same as
MutableObjectIntMapFactory.empty(). |
<K> MutableObjectIntMap<K> |
withAll(ObjectIntMap<? extends K> map) |
public <K> MutableObjectIntMap<K> empty()
empty in interface MutableObjectIntMapFactorypublic <K> MutableObjectIntMap<K> of()
MutableObjectIntMapFactoryMutableObjectIntMapFactory.empty().of in interface MutableObjectIntMapFactorypublic <K> MutableObjectIntMap<K> with()
MutableObjectIntMapFactoryMutableObjectIntMapFactory.empty().with in interface MutableObjectIntMapFactorypublic <K> MutableObjectIntMap<K> ofAll(ObjectIntMap<? extends K> map)
MutableObjectIntMapFactoryofAll in interface MutableObjectIntMapFactorypublic <K> MutableObjectIntMap<K> withAll(ObjectIntMap<? extends K> map)
withAll in interface MutableObjectIntMapFactoryCopyright © 2004–2016. All rights reserved.