public enum ImmutableDoubleBooleanMapFactoryImpl extends Enum<ImmutableDoubleBooleanMapFactoryImpl> implements ImmutableDoubleBooleanMapFactory
ImmutableDoubleBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleBooleanMap |
empty() |
<T> ImmutableDoubleBooleanMap |
from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
ImmutableDoubleBooleanMap |
of() |
ImmutableDoubleBooleanMap |
of(double key,
boolean value) |
ImmutableDoubleBooleanMap |
ofAll(DoubleBooleanMap map) |
static ImmutableDoubleBooleanMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleBooleanMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleBooleanMap |
with() |
ImmutableDoubleBooleanMap |
with(double key,
boolean value) |
ImmutableDoubleBooleanMap |
withAll(DoubleBooleanMap map) |
public static final ImmutableDoubleBooleanMapFactoryImpl INSTANCE
public static ImmutableDoubleBooleanMapFactoryImpl[] values()
for (ImmutableDoubleBooleanMapFactoryImpl c : ImmutableDoubleBooleanMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleBooleanMapFactoryImpl 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 ImmutableDoubleBooleanMap empty()
empty in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap of()
of in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap with()
with in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap of(double key, boolean value)
of in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap with(double key, boolean value)
with in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap ofAll(DoubleBooleanMap map)
ofAll in interface ImmutableDoubleBooleanMapFactorypublic ImmutableDoubleBooleanMap withAll(DoubleBooleanMap map)
withAll in interface ImmutableDoubleBooleanMapFactorypublic <T> ImmutableDoubleBooleanMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
from in interface ImmutableDoubleBooleanMapFactoryCopyright © 2004–2019. All rights reserved.