ImmutableDoubleObjectMapFactoryImplpublic interface ImmutableDoubleObjectMapFactory
ImmutableDoubleObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableDoubleObjectMap<V> |
empty() |
|
<V> ImmutableDoubleObjectMap<V> |
of() |
Same as
empty(). |
<V> ImmutableDoubleObjectMap<V> |
of(double key,
V value) |
Same as
with(double, Object). |
<V> ImmutableDoubleObjectMap<V> |
ofAll(DoubleObjectMap<? extends V> map) |
Same as
withAll(DoubleObjectMap). |
<V> ImmutableDoubleObjectMap<V> |
with() |
Same as
empty(). |
<V> ImmutableDoubleObjectMap<V> |
with(double key,
V value) |
|
<V> ImmutableDoubleObjectMap<V> |
withAll(DoubleObjectMap<? extends V> map) |
<V> ImmutableDoubleObjectMap<V> empty()
<V> ImmutableDoubleObjectMap<V> of()
empty().<V> ImmutableDoubleObjectMap<V> with()
empty().<V> ImmutableDoubleObjectMap<V> of(double key, V value)
with(double, Object).<V> ImmutableDoubleObjectMap<V> with(double key, V value)
<V> ImmutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
withAll(DoubleObjectMap).<V> ImmutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
Copyright © 2004–2017. All rights reserved.