Class MutableFloatDoubleMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableFloatDoubleMapFactoryImpl
- All Implemented Interfaces:
MutableFloatDoubleMapFactory
public class MutableFloatDoubleMapFactoryImpl
extends Object
implements MutableFloatDoubleMapFactory
MutableFloatDoubleMapFactoryImpl is a factory implementation which creates instances of type
MutableFloatDoubleMap.
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, DoubleFunction<? super T> valueFunction) of()of(float key, double value) of(float key1, double value1, float key2, double value2) of(float key1, double value1, float key2, double value2, float key3, double value3) of(float key1, double value1, float key2, double value2, float key3, double value3, float key4, double value4) ofAll(FloatDoubleMap map) ofInitialCapacity(int capacity) with()with(float key, double value) with(float key1, double value1, float key2, double value2) with(float key1, double value1, float key2, double value2, float key3, double value3) with(float key1, double value1, float key2, double value2, float key3, double value3, float key4, double value4) withAll(FloatDoubleMap map) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatDoubleMapFactoryImpl
public MutableFloatDoubleMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatDoubleMapFactory
-
with
- Specified by:
within interfaceMutableFloatDoubleMapFactory
-
with
- Specified by:
within interfaceMutableFloatDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatDoubleMapFactory
-
with
- Specified by:
within interfaceMutableFloatDoubleMapFactory
-
of
public MutableFloatDoubleMap of(float key1, double value1, float key2, double value2, float key3, double value3) - Specified by:
ofin interfaceMutableFloatDoubleMapFactory
-
with
public MutableFloatDoubleMap with(float key1, double value1, float key2, double value2, float key3, double value3) - Specified by:
within interfaceMutableFloatDoubleMapFactory
-
of
public MutableFloatDoubleMap of(float key1, double value1, float key2, double value2, float key3, double value3, float key4, double value4) - Specified by:
ofin interfaceMutableFloatDoubleMapFactory
-
with
public MutableFloatDoubleMap with(float key1, double value1, float key2, double value2, float key3, double value3, float key4, double value4) - Specified by:
within interfaceMutableFloatDoubleMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableFloatDoubleMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableFloatDoubleMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatDoubleMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatDoubleMapFactory
-
from
public <T> MutableFloatDoubleMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableFloatDoubleMapFactory
-