public class MutableFloatShortMapFactoryImpl extends Object implements MutableFloatShortMapFactory
MutableFloatShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableFloatShortMapFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableFloatShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatShortMap |
empty() |
<T> MutableFloatShortMap |
from(Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
ShortFunction<? super T> valueFunction) |
MutableFloatShortMap |
of() |
MutableFloatShortMap |
of(float key,
short value) |
MutableFloatShortMap |
of(float key1,
short value1,
float key2,
short value2) |
MutableFloatShortMap |
of(float key1,
short value1,
float key2,
short value2,
float key3,
short value3) |
MutableFloatShortMap |
of(float key1,
short value1,
float key2,
short value2,
float key3,
short value3,
float key4,
short value4) |
MutableFloatShortMap |
ofAll(FloatShortMap map) |
MutableFloatShortMap |
ofInitialCapacity(int capacity) |
MutableFloatShortMap |
with() |
MutableFloatShortMap |
with(float key,
short value) |
MutableFloatShortMap |
with(float key1,
short value1,
float key2,
short value2) |
MutableFloatShortMap |
with(float key1,
short value1,
float key2,
short value2,
float key3,
short value3) |
MutableFloatShortMap |
with(float key1,
short value1,
float key2,
short value2,
float key3,
short value3,
float key4,
short value4) |
MutableFloatShortMap |
withAll(FloatShortMap map) |
MutableFloatShortMap |
withInitialCapacity(int capacity) |
public static final MutableFloatShortMapFactory INSTANCE
public MutableFloatShortMap empty()
empty in interface MutableFloatShortMapFactorypublic MutableFloatShortMap of()
of in interface MutableFloatShortMapFactorypublic MutableFloatShortMap with()
with in interface MutableFloatShortMapFactorypublic MutableFloatShortMap with(float key, short value)
with in interface MutableFloatShortMapFactorypublic MutableFloatShortMap of(float key, short value)
of in interface MutableFloatShortMapFactorypublic MutableFloatShortMap of(float key1, short value1, float key2, short value2)
of in interface MutableFloatShortMapFactorypublic MutableFloatShortMap with(float key1, short value1, float key2, short value2)
with in interface MutableFloatShortMapFactorypublic MutableFloatShortMap of(float key1, short value1, float key2, short value2, float key3, short value3)
of in interface MutableFloatShortMapFactorypublic MutableFloatShortMap with(float key1, short value1, float key2, short value2, float key3, short value3)
with in interface MutableFloatShortMapFactorypublic MutableFloatShortMap of(float key1, short value1, float key2, short value2, float key3, short value3, float key4, short value4)
of in interface MutableFloatShortMapFactorypublic MutableFloatShortMap with(float key1, short value1, float key2, short value2, float key3, short value3, float key4, short value4)
with in interface MutableFloatShortMapFactorypublic MutableFloatShortMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableFloatShortMapFactorypublic MutableFloatShortMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableFloatShortMapFactorypublic MutableFloatShortMap ofAll(FloatShortMap map)
ofAll in interface MutableFloatShortMapFactorypublic MutableFloatShortMap withAll(FloatShortMap map)
withAll in interface MutableFloatShortMapFactorypublic <T> MutableFloatShortMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
from in interface MutableFloatShortMapFactoryCopyright © 2004–2022. All rights reserved.