ImmutableCharFloatMapFactory
public enum ImmutableCharFloatMapFactoryImpl extends java.lang.Enum<ImmutableCharFloatMapFactoryImpl> implements ImmutableCharFloatMapFactory
ImmutableCharFloatMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharFloatMap |
empty() |
|
ImmutableCharFloatMap |
of() |
Same as
ImmutableCharFloatMapFactory.empty() . |
ImmutableCharFloatMap |
of(char key,
float value) |
|
ImmutableCharFloatMap |
ofAll(CharFloatMap map) |
|
static ImmutableCharFloatMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableCharFloatMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableCharFloatMap |
with() |
Same as
ImmutableCharFloatMapFactory.empty() . |
ImmutableCharFloatMap |
with(char key,
float value) |
|
ImmutableCharFloatMap |
withAll(CharFloatMap map) |
public static final ImmutableCharFloatMapFactoryImpl INSTANCE
public static ImmutableCharFloatMapFactoryImpl[] values()
for (ImmutableCharFloatMapFactoryImpl c : ImmutableCharFloatMapFactoryImpl.values()) System.out.println(c);
public static ImmutableCharFloatMapFactoryImpl 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 ImmutableCharFloatMap empty()
empty
in interface ImmutableCharFloatMapFactory
public ImmutableCharFloatMap of()
ImmutableCharFloatMapFactory
ImmutableCharFloatMapFactory.empty()
.of
in interface ImmutableCharFloatMapFactory
public ImmutableCharFloatMap with()
ImmutableCharFloatMapFactory
ImmutableCharFloatMapFactory.empty()
.with
in interface ImmutableCharFloatMapFactory
public ImmutableCharFloatMap of(char key, float value)
ImmutableCharFloatMapFactory
of
in interface ImmutableCharFloatMapFactory
public ImmutableCharFloatMap with(char key, float value)
with
in interface ImmutableCharFloatMapFactory
public ImmutableCharFloatMap ofAll(CharFloatMap map)
ImmutableCharFloatMapFactory
ofAll
in interface ImmutableCharFloatMapFactory
public ImmutableCharFloatMap withAll(CharFloatMap map)
withAll
in interface ImmutableCharFloatMapFactory
Copyright © 2004–2018. All rights reserved.