ImmutableFloatCharMapFactory
public 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 ImmutableFloatCharMapFactory
public ImmutableFloatCharMap of()
ImmutableFloatCharMapFactory
ImmutableFloatCharMapFactory.empty()
.of
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap with()
ImmutableFloatCharMapFactory
ImmutableFloatCharMapFactory.empty()
.with
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap of(float key, char value)
ImmutableFloatCharMapFactory
of
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap with(float key, char value)
with
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap ofAll(FloatCharMap map)
ImmutableFloatCharMapFactory
ofAll
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap withAll(FloatCharMap map)
withAll
in interface ImmutableFloatCharMapFactory
Copyright © 2004–2018. All rights reserved.