public class ImmutableObjectDoubleMapFactoryImpl extends Object implements ImmutableObjectDoubleMapFactory
ImmutableObjectDoubleMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectDoubleMap<K> |
empty() |
<K> ImmutableObjectDoubleMap<K> |
of()
|
<K> ImmutableObjectDoubleMap<K> |
of(K key,
double value)
|
<K> ImmutableObjectDoubleMap<K> |
ofAll(ObjectDoubleMap<? extends K> map)
|
<K> ImmutableObjectDoubleMap<K> |
with()
|
<K> ImmutableObjectDoubleMap<K> |
with(K key,
double value) |
<K> ImmutableObjectDoubleMap<K> |
withAll(ObjectDoubleMap<? extends K> map) |
public <K> ImmutableObjectDoubleMap<K> empty()
empty in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> of()
ImmutableObjectDoubleMapFactoryof in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> with()
ImmutableObjectDoubleMapFactorywith in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> of(K key, double value)
ImmutableObjectDoubleMapFactoryof in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> with(K key, double value)
with in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> ofAll(ObjectDoubleMap<? extends K> map)
ImmutableObjectDoubleMapFactoryofAll in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> withAll(ObjectDoubleMap<? extends K> map)
withAll in interface ImmutableObjectDoubleMapFactoryCopyright © 2004–2016. All rights reserved.