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