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