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