public interface ImmutableObjectDoubleMapFactory
ImmutableObjectDoubleMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectDoubleMap<K> |
empty() |
<K> ImmutableObjectDoubleMap<K> |
of()
Same as
empty(). |
<K> ImmutableObjectDoubleMap<K> |
of(K key,
double value)
Same as
with(Object, double). |
<K> ImmutableObjectDoubleMap<K> |
ofAll(ObjectDoubleMap<? extends K> map)
Same as
withAll(ObjectDoubleMap). |
<K> ImmutableObjectDoubleMap<K> |
with()
Same as
empty(). |
<K> ImmutableObjectDoubleMap<K> |
with(K key,
double value) |
<K> ImmutableObjectDoubleMap<K> |
withAll(ObjectDoubleMap<? extends K> map) |
<K> ImmutableObjectDoubleMap<K> empty()
<K> ImmutableObjectDoubleMap<K> of()
empty().<K> ImmutableObjectDoubleMap<K> with()
empty().<K> ImmutableObjectDoubleMap<K> of(K key, double value)
with(Object, double).<K> ImmutableObjectDoubleMap<K> with(K key, double value)
<K> ImmutableObjectDoubleMap<K> ofAll(ObjectDoubleMap<? extends K> map)
withAll(ObjectDoubleMap).<K> ImmutableObjectDoubleMap<K> withAll(ObjectDoubleMap<? extends K> map)
Copyright © 2004–2017. All rights reserved.