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