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 MutableObjectIntMapFactory
public <K> MutableObjectIntMap<K> of()
MutableObjectIntMapFactory
MutableObjectIntMapFactory.empty()
.of
in interface MutableObjectIntMapFactory
public <K> MutableObjectIntMap<K> with()
MutableObjectIntMapFactory
MutableObjectIntMapFactory.empty()
.with
in interface MutableObjectIntMapFactory
public <K> MutableObjectIntMap<K> ofAll(ObjectIntMap<? extends K> map)
MutableObjectIntMapFactory
ofAll
in interface MutableObjectIntMapFactory
public <K> MutableObjectIntMap<K> withAll(ObjectIntMap<? extends K> map)
withAll
in interface MutableObjectIntMapFactory
Copyright © 2004–2016. All rights reserved.