public class ImmutableIntDoubleMapFactoryImpl extends Object implements ImmutableIntDoubleMapFactory
ImmutableIntDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntDoubleMap |
empty() |
ImmutableIntDoubleMap |
of()
Same as
ImmutableIntDoubleMapFactory.empty(). |
ImmutableIntDoubleMap |
of(int key,
double value)
|
ImmutableIntDoubleMap |
ofAll(IntDoubleMap map)
|
ImmutableIntDoubleMap |
with()
Same as
ImmutableIntDoubleMapFactory.empty(). |
ImmutableIntDoubleMap |
with(int key,
double value) |
ImmutableIntDoubleMap |
withAll(IntDoubleMap map) |
public ImmutableIntDoubleMap empty()
empty in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap of()
ImmutableIntDoubleMapFactoryImmutableIntDoubleMapFactory.empty().of in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap with()
ImmutableIntDoubleMapFactoryImmutableIntDoubleMapFactory.empty().with in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap of(int key, double value)
ImmutableIntDoubleMapFactoryof in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap with(int key, double value)
with in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap ofAll(IntDoubleMap map)
ImmutableIntDoubleMapFactoryofAll in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap withAll(IntDoubleMap map)
withAll in interface ImmutableIntDoubleMapFactoryCopyright © 2004–2016. All rights reserved.