MutableObjectIntMapFactoryImpl
public interface MutableObjectIntMapFactory
MutableObjectIntMap
.
This file was automatically generated from template file mutableObjectPrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
<K> MutableObjectIntMap<K> |
empty() |
|
<K> MutableObjectIntMap<K> |
of() |
Same as
empty() . |
<K> MutableObjectIntMap<K> |
ofAll(ObjectIntMap<? extends K> map) |
Same as
withAll(ObjectIntMap) . |
<K> MutableObjectIntMap<K> |
with() |
Same as
empty() . |
<K> MutableObjectIntMap<K> |
withAll(ObjectIntMap<? extends K> map) |
<K> MutableObjectIntMap<K> empty()
<K> MutableObjectIntMap<K> of()
empty()
.<K> MutableObjectIntMap<K> with()
empty()
.<K> MutableObjectIntMap<K> ofAll(ObjectIntMap<? extends K> map)
withAll(ObjectIntMap)
.<K> MutableObjectIntMap<K> withAll(ObjectIntMap<? extends K> map)
Copyright © 2004–2017. All rights reserved.