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 ImmutableObjectDoubleMapFactory
public <K> ImmutableObjectDoubleMap<K> of()
ImmutableObjectDoubleMapFactory
of
in interface ImmutableObjectDoubleMapFactory
public <K> ImmutableObjectDoubleMap<K> with()
ImmutableObjectDoubleMapFactory
with
in interface ImmutableObjectDoubleMapFactory
public <K> ImmutableObjectDoubleMap<K> of(K key, double value)
ImmutableObjectDoubleMapFactory
of
in interface ImmutableObjectDoubleMapFactory
public <K> ImmutableObjectDoubleMap<K> with(K key, double value)
with
in interface ImmutableObjectDoubleMapFactory
public <K> ImmutableObjectDoubleMap<K> ofAll(ObjectDoubleMap<? extends K> map)
ImmutableObjectDoubleMapFactory
ofAll
in interface ImmutableObjectDoubleMapFactory
public <K> ImmutableObjectDoubleMap<K> withAll(ObjectDoubleMap<? extends K> map)
withAll
in interface ImmutableObjectDoubleMapFactory
Copyright © 2004–2016. All rights reserved.