public enum ImmutableFloatShortMapFactoryImpl extends Enum<ImmutableFloatShortMapFactoryImpl> implements ImmutableFloatShortMapFactory
ImmutableFloatShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatShortMap |
empty() |
<T> ImmutableFloatShortMap |
from(Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
ShortFunction<? super T> valueFunction) |
ImmutableFloatShortMap |
of() |
ImmutableFloatShortMap |
of(float key,
short value) |
ImmutableFloatShortMap |
ofAll(FloatShortMap map) |
static ImmutableFloatShortMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableFloatShortMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableFloatShortMap |
with() |
ImmutableFloatShortMap |
with(float key,
short value) |
ImmutableFloatShortMap |
withAll(FloatShortMap map) |
public static final ImmutableFloatShortMapFactoryImpl INSTANCE
public static ImmutableFloatShortMapFactoryImpl[] values()
for (ImmutableFloatShortMapFactoryImpl c : ImmutableFloatShortMapFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatShortMapFactoryImpl 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 ImmutableFloatShortMap empty()
empty in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap of()
of in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap with()
with in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap of(float key, short value)
of in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap with(float key, short value)
with in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap ofAll(FloatShortMap map)
ofAll in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap withAll(FloatShortMap map)
withAll in interface ImmutableFloatShortMapFactorypublic <T> ImmutableFloatShortMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
from in interface ImmutableFloatShortMapFactoryCopyright © 2004–2020. All rights reserved.