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