public class ImmutableFloatShortMapFactoryImpl extends Object implements ImmutableFloatShortMapFactory
ImmutableFloatShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatShortMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatShortMapFactoryImpl() |
| 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) |
ImmutableFloatShortMap |
with() |
ImmutableFloatShortMap |
with(float key,
short value) |
ImmutableFloatShortMap |
withAll(FloatShortMap map) |
public static final ImmutableFloatShortMapFactory INSTANCE
public 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–2022. All rights reserved.