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> |
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> of()
ImmutableObjectDoubleMapFactoryof in interface ImmutableObjectDoubleMapFactorypublic <K> ImmutableObjectDoubleMap<K> with()
with 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–2017. All rights reserved.