java.io.Serializable, java.lang.Comparable<ImmutableDoubleLongMapFactoryImpl>, ImmutableDoubleLongMapFactorypublic enum ImmutableDoubleLongMapFactoryImpl extends java.lang.Enum<ImmutableDoubleLongMapFactoryImpl> implements ImmutableDoubleLongMapFactory
ImmutableDoubleLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleLongMap |
empty() |
|
<T> ImmutableDoubleLongMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
LongFunction<? super T> valueFunction) |
Creates an
ImmutableDoubleLongMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableDoubleLongMap |
of() |
|
ImmutableDoubleLongMap |
of(double key,
long value) |
|
ImmutableDoubleLongMap |
ofAll(DoubleLongMap map) |
|
static ImmutableDoubleLongMapFactoryImpl |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ImmutableDoubleLongMap empty()
empty in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap of()
ImmutableDoubleLongMapFactoryof in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap with()
ImmutableDoubleLongMapFactorywith in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap of(double key, long value)
ImmutableDoubleLongMapFactoryof in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap with(double key, long value)
with in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap ofAll(DoubleLongMap map)
ImmutableDoubleLongMapFactoryofAll in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap withAll(DoubleLongMap map)
withAll in interface ImmutableDoubleLongMapFactorypublic <T> ImmutableDoubleLongMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
ImmutableDoubleLongMapFactoryImmutableDoubleLongMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableDoubleLongMapFactoryCopyright © 2004–2020. All rights reserved.