public class ImmutableDoubleLongMapFactoryImpl extends Object implements ImmutableDoubleLongMapFactory
ImmutableDoubleLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableDoubleLongMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableDoubleLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleLongMap |
empty() |
<T> ImmutableDoubleLongMap |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
LongFunction<? super T> valueFunction) |
ImmutableDoubleLongMap |
of() |
ImmutableDoubleLongMap |
of(double key,
long value) |
ImmutableDoubleLongMap |
ofAll(DoubleLongMap map) |
ImmutableDoubleLongMap |
with() |
ImmutableDoubleLongMap |
with(double key,
long value) |
ImmutableDoubleLongMap |
withAll(DoubleLongMap map) |
public static final ImmutableDoubleLongMapFactory INSTANCE
public ImmutableDoubleLongMap empty()
empty in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap of()
of in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap with()
with in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap of(double key, long value)
of in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap with(double key, long value)
with in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap ofAll(DoubleLongMap map)
ofAll in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap withAll(DoubleLongMap map)
withAll in interface ImmutableDoubleLongMapFactorypublic <T> ImmutableDoubleLongMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
from in interface ImmutableDoubleLongMapFactoryCopyright © 2004–2022. All rights reserved.