java.io.Serializable, java.lang.Comparable<ImmutableFloatShortMapFactoryImpl>, ImmutableFloatShortMapFactorypublic enum ImmutableFloatShortMapFactoryImpl extends java.lang.Enum<ImmutableFloatShortMapFactoryImpl> implements ImmutableFloatShortMapFactory
ImmutableFloatShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatShortMap |
empty() |
|
<T> ImmutableFloatShortMap |
from(java.lang.Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
ShortFunction<? super T> valueFunction) |
Creates an
ImmutableFloatShortMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableFloatShortMap |
of() |
|
ImmutableFloatShortMap |
of(float key,
short value) |
|
ImmutableFloatShortMap |
ofAll(FloatShortMap map) |
|
static ImmutableFloatShortMapFactoryImpl |
valueOf(java.lang.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(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 ImmutableFloatShortMap empty()
empty in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap of()
ImmutableFloatShortMapFactoryof in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap with()
ImmutableFloatShortMapFactorywith in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap of(float key, short value)
ImmutableFloatShortMapFactoryof in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap with(float key, short value)
with in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap ofAll(FloatShortMap map)
ImmutableFloatShortMapFactoryofAll in interface ImmutableFloatShortMapFactorypublic ImmutableFloatShortMap withAll(FloatShortMap map)
withAll in interface ImmutableFloatShortMapFactorypublic <T> ImmutableFloatShortMap from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
ImmutableFloatShortMapFactoryImmutableFloatShortMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableFloatShortMapFactoryCopyright © 2004–2020. All rights reserved.