public enum ImmutableIntFloatMapFactoryImpl extends Enum<ImmutableIntFloatMapFactoryImpl> implements ImmutableIntFloatMapFactory
ImmutableIntFloatMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntFloatMap |
empty() |
<T> ImmutableIntFloatMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
FloatFunction<? super T> valueFunction) |
ImmutableIntFloatMap |
of() |
ImmutableIntFloatMap |
of(int key,
float value) |
ImmutableIntFloatMap |
ofAll(IntFloatMap map) |
static ImmutableIntFloatMapFactoryImpl |
valueOf(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() |
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(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 ImmutableIntFloatMap empty()
empty in interface ImmutableIntFloatMapFactorypublic ImmutableIntFloatMap of()
of in interface ImmutableIntFloatMapFactorypublic ImmutableIntFloatMap with()
with in interface ImmutableIntFloatMapFactorypublic ImmutableIntFloatMap of(int key, float value)
of in interface ImmutableIntFloatMapFactorypublic ImmutableIntFloatMap with(int key, float value)
with in interface ImmutableIntFloatMapFactorypublic ImmutableIntFloatMap ofAll(IntFloatMap map)
ofAll in interface ImmutableIntFloatMapFactorypublic ImmutableIntFloatMap withAll(IntFloatMap map)
withAll in interface ImmutableIntFloatMapFactorypublic <T> ImmutableIntFloatMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
from in interface ImmutableIntFloatMapFactoryCopyright © 2004–2021. All rights reserved.