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