public class ImmutableIntDoubleMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactory
ImmutableIntDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap |
of(int key,
double value) |
org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap |
ofAll(org.eclipse.collections.api.map.primitive.IntDoubleMap map) |
org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap |
with(int key,
double value) |
org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap |
withAll(org.eclipse.collections.api.map.primitive.IntDoubleMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap of(int key,
double value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap with(int key,
double value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap ofAll(org.eclipse.collections.api.map.primitive.IntDoubleMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntDoubleMap withAll(org.eclipse.collections.api.map.primitive.IntDoubleMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntDoubleMapFactoryCopyright © 2004–2017. All rights reserved.