Class MutableFloatShortMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableFloatShortMapFactoryImpl
- All Implemented Interfaces:
MutableFloatShortMapFactory
MutableFloatShortMapFactoryImpl is a factory implementation which creates instances of type
MutableFloatShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) of()of(float key, short value) of(float key1, short value1, float key2, short value2) of(float key1, short value1, float key2, short value2, float key3, short value3) of(float key1, short value1, float key2, short value2, float key3, short value3, float key4, short value4) ofAll(FloatShortMap map) ofInitialCapacity(int capacity) with()with(float key, short value) with(float key1, short value1, float key2, short value2) with(float key1, short value1, float key2, short value2, float key3, short value3) with(float key1, short value1, float key2, short value2, float key3, short value3, float key4, short value4) withAll(FloatShortMap map) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatShortMapFactoryImpl
public MutableFloatShortMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatShortMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatShortMapFactory
-
with
- Specified by:
within interfaceMutableFloatShortMapFactory
-
with
- Specified by:
within interfaceMutableFloatShortMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatShortMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatShortMapFactory
-
with
- Specified by:
within interfaceMutableFloatShortMapFactory
-
of
public MutableFloatShortMap of(float key1, short value1, float key2, short value2, float key3, short value3) - Specified by:
ofin interfaceMutableFloatShortMapFactory
-
with
public MutableFloatShortMap with(float key1, short value1, float key2, short value2, float key3, short value3) - Specified by:
within interfaceMutableFloatShortMapFactory
-
of
public MutableFloatShortMap of(float key1, short value1, float key2, short value2, float key3, short value3, float key4, short value4) - Specified by:
ofin interfaceMutableFloatShortMapFactory
-
with
public MutableFloatShortMap with(float key1, short value1, float key2, short value2, float key3, short value3, float key4, short value4) - Specified by:
within interfaceMutableFloatShortMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableFloatShortMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableFloatShortMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatShortMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatShortMapFactory
-
from
public <T> MutableFloatShortMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableFloatShortMapFactory
-