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