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) Creates anMutableDoubleFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableDoubleFloatMapFactory.empty().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) Same asMutableDoubleFloatMapFactory.empty().with()Same asMutableDoubleFloatMapFactory.empty().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) Same asMutableDoubleFloatMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleFloatMapFactoryImpl
public MutableDoubleFloatMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableDoubleFloatMapFactory
-
of
Description copied from interface:MutableDoubleFloatMapFactorySame asMutableDoubleFloatMapFactory.empty().- Specified by:
ofin interfaceMutableDoubleFloatMapFactory
-
with
Description copied from interface:MutableDoubleFloatMapFactorySame asMutableDoubleFloatMapFactory.empty().- 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
Description copied from interface:MutableDoubleFloatMapFactorySame asMutableDoubleFloatMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableDoubleFloatMapFactory
-
withInitialCapacity
Description copied from interface:MutableDoubleFloatMapFactorySame asMutableDoubleFloatMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableDoubleFloatMapFactory
-
ofAll
Description copied from interface:MutableDoubleFloatMapFactory- 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) Description copied from interface:MutableDoubleFloatMapFactoryCreates anMutableDoubleFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableDoubleFloatMapFactory
-