java.io.Serializable, java.lang.Comparable<ImmutableShortFloatMapFactoryImpl>, ImmutableShortFloatMapFactorypublic enum ImmutableShortFloatMapFactoryImpl extends java.lang.Enum<ImmutableShortFloatMapFactoryImpl> implements ImmutableShortFloatMapFactory
ImmutableShortFloatMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableShortFloatMap |
empty() |
|
<T> ImmutableShortFloatMap |
from(java.lang.Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
FloatFunction<? super T> valueFunction) |
Creates an
ImmutableShortFloatMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableShortFloatMap |
of() |
|
ImmutableShortFloatMap |
of(short key,
float value) |
|
ImmutableShortFloatMap |
ofAll(ShortFloatMap map) |
|
static ImmutableShortFloatMapFactoryImpl |
valueOf(java.lang.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(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 ImmutableShortFloatMap empty()
empty in interface ImmutableShortFloatMapFactorypublic ImmutableShortFloatMap of()
ImmutableShortFloatMapFactoryof in interface ImmutableShortFloatMapFactorypublic ImmutableShortFloatMap with()
ImmutableShortFloatMapFactorywith in interface ImmutableShortFloatMapFactorypublic ImmutableShortFloatMap of(short key, float value)
ImmutableShortFloatMapFactoryof in interface ImmutableShortFloatMapFactorypublic ImmutableShortFloatMap with(short key, float value)
with in interface ImmutableShortFloatMapFactorypublic ImmutableShortFloatMap ofAll(ShortFloatMap map)
ImmutableShortFloatMapFactoryofAll in interface ImmutableShortFloatMapFactorypublic ImmutableShortFloatMap withAll(ShortFloatMap map)
withAll in interface ImmutableShortFloatMapFactorypublic <T> ImmutableShortFloatMap from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
ImmutableShortFloatMapFactoryImmutableShortFloatMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableShortFloatMapFactoryCopyright © 2004–2020. All rights reserved.