java.io.Serializable, java.lang.Comparable<ImmutableDoubleByteMapFactoryImpl>, ImmutableDoubleByteMapFactorypublic enum ImmutableDoubleByteMapFactoryImpl extends java.lang.Enum<ImmutableDoubleByteMapFactoryImpl> implements ImmutableDoubleByteMapFactory
ImmutableDoubleByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleByteMap |
empty() |
|
<T> ImmutableDoubleByteMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
ImmutableDoubleByteMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableDoubleByteMap |
of() |
|
ImmutableDoubleByteMap |
of(double key,
byte value) |
|
ImmutableDoubleByteMap |
ofAll(DoubleByteMap map) |
|
static ImmutableDoubleByteMapFactoryImpl |
valueOf(java.lang.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(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 ImmutableDoubleByteMap empty()
empty in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap of()
ImmutableDoubleByteMapFactoryof in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap with()
ImmutableDoubleByteMapFactorywith in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap of(double key, byte value)
ImmutableDoubleByteMapFactoryof in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap with(double key, byte value)
with in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap ofAll(DoubleByteMap map)
ImmutableDoubleByteMapFactoryofAll in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap withAll(DoubleByteMap map)
withAll in interface ImmutableDoubleByteMapFactorypublic <T> ImmutableDoubleByteMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
ImmutableDoubleByteMapFactoryImmutableDoubleByteMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableDoubleByteMapFactoryCopyright © 2004–2020. All rights reserved.