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