public enum ImmutableDoubleLongMapFactoryImpl extends Enum<ImmutableDoubleLongMapFactoryImpl> implements ImmutableDoubleLongMapFactory
ImmutableDoubleLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static ImmutableDoubleLongMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleLongMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleLongMap |
with() |
ImmutableDoubleLongMap |
with(double key,
long value) |
ImmutableDoubleLongMap |
withAll(DoubleLongMap map) |
public static final ImmutableDoubleLongMapFactoryImpl INSTANCE
public static ImmutableDoubleLongMapFactoryImpl[] values()
for (ImmutableDoubleLongMapFactoryImpl c : ImmutableDoubleLongMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleLongMapFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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–2021. All rights reserved.