public interface MutableIntObjectMapFactory
MutableIntObjectMap
.
This file was automatically generated from template file mutablePrimitiveObjectMapFactory.stg.Modifier and Type | Method and Description |
---|---|
<V> MutableIntObjectMap<V> |
empty() |
<V> MutableIntObjectMap<V> |
of()
Same as
empty() . |
<V> MutableIntObjectMap<V> |
ofAll(IntObjectMap<? extends V> map)
Same as
withAll(IntObjectMap) . |
<V> MutableIntObjectMap<V> |
with()
Same as
empty() . |
<V> MutableIntObjectMap<V> |
withAll(IntObjectMap<? extends V> map) |
<V> MutableIntObjectMap<V> empty()
<V> MutableIntObjectMap<V> of()
empty()
.<V> MutableIntObjectMap<V> with()
empty()
.<V> MutableIntObjectMap<V> ofAll(IntObjectMap<? extends V> map)
withAll(IntObjectMap)
.<V> MutableIntObjectMap<V> withAll(IntObjectMap<? extends V> map)
Copyright © 2004–2016. All rights reserved.