public class ImmutableIntDoubleMapFactoryImpl extends Object implements ImmutableIntDoubleMapFactory
ImmutableIntDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableIntDoubleMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableIntDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntDoubleMap |
empty() |
<T> ImmutableIntDoubleMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
ImmutableIntDoubleMap |
of() |
ImmutableIntDoubleMap |
of(int key,
double value) |
ImmutableIntDoubleMap |
ofAll(IntDoubleMap map) |
ImmutableIntDoubleMap |
with() |
ImmutableIntDoubleMap |
with(int key,
double value) |
ImmutableIntDoubleMap |
withAll(IntDoubleMap map) |
public static final ImmutableIntDoubleMapFactory INSTANCE
public ImmutableIntDoubleMap empty()
empty in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap of()
of in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap with()
with in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap of(int key, double value)
of in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap with(int key, double value)
with in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap ofAll(IntDoubleMap map)
ofAll in interface ImmutableIntDoubleMapFactorypublic ImmutableIntDoubleMap withAll(IntDoubleMap map)
withAll in interface ImmutableIntDoubleMapFactorypublic <T> ImmutableIntDoubleMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface ImmutableIntDoubleMapFactoryCopyright © 2004–2022. All rights reserved.