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