java.io.Serializable, java.lang.Comparable<ImmutableByteDoubleMapFactoryImpl>, ImmutableByteDoubleMapFactorypublic enum ImmutableByteDoubleMapFactoryImpl extends java.lang.Enum<ImmutableByteDoubleMapFactoryImpl> implements ImmutableByteDoubleMapFactory
ImmutableByteDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteDoubleMap |
empty() |
|
<T> ImmutableByteDoubleMap |
from(java.lang.Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
Creates an
ImmutableByteDoubleMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableByteDoubleMap |
of() |
|
ImmutableByteDoubleMap |
of(byte key,
double value) |
|
ImmutableByteDoubleMap |
ofAll(ByteDoubleMap map) |
|
static ImmutableByteDoubleMapFactoryImpl |
valueOf(java.lang.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(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 ImmutableByteDoubleMap empty()
empty in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap of()
ImmutableByteDoubleMapFactoryof in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap with()
ImmutableByteDoubleMapFactorywith in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap of(byte key, double value)
ImmutableByteDoubleMapFactoryof in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap with(byte key, double value)
with in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap ofAll(ByteDoubleMap map)
ImmutableByteDoubleMapFactoryofAll in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap withAll(ByteDoubleMap map)
withAll in interface ImmutableByteDoubleMapFactorypublic <T> ImmutableByteDoubleMap from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
ImmutableByteDoubleMapFactoryImmutableByteDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableByteDoubleMapFactoryCopyright © 2004–2020. All rights reserved.