ImmutableFloatCharMapFactorypublic enum ImmutableFloatCharMapFactoryImpl extends java.lang.Enum<ImmutableFloatCharMapFactoryImpl> implements ImmutableFloatCharMapFactory
ImmutableFloatCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatCharMap |
empty() |
|
ImmutableFloatCharMap |
of() |
Same as
ImmutableFloatCharMapFactory.empty(). |
ImmutableFloatCharMap |
of(float key,
char value) |
|
ImmutableFloatCharMap |
ofAll(FloatCharMap map) |
|
static ImmutableFloatCharMapFactoryImpl |
valueOf(java.lang.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() |
Same as
ImmutableFloatCharMapFactory.empty(). |
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(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 ImmutableFloatCharMap empty()
empty in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap of()
ImmutableFloatCharMapFactoryImmutableFloatCharMapFactory.empty().of in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap with()
ImmutableFloatCharMapFactoryImmutableFloatCharMapFactory.empty().with in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap of(float key, char value)
ImmutableFloatCharMapFactoryof in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap with(float key, char value)
with in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap ofAll(FloatCharMap map)
ImmutableFloatCharMapFactoryofAll in interface ImmutableFloatCharMapFactorypublic ImmutableFloatCharMap withAll(FloatCharMap map)
withAll in interface ImmutableFloatCharMapFactoryCopyright © 2004–2018. All rights reserved.