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