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) Creates anMutableFloatDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableFloatDoubleMapFactory.empty().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) Same asMutableFloatDoubleMapFactory.empty().with()Same asMutableFloatDoubleMapFactory.empty().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) Same asMutableFloatDoubleMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatDoubleMapFactoryImpl
public MutableFloatDoubleMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatDoubleMapFactory
-
of
Description copied from interface:MutableFloatDoubleMapFactorySame asMutableFloatDoubleMapFactory.empty().- Specified by:
ofin interfaceMutableFloatDoubleMapFactory
-
with
Description copied from interface:MutableFloatDoubleMapFactorySame asMutableFloatDoubleMapFactory.empty().- 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
Description copied from interface:MutableFloatDoubleMapFactorySame asMutableFloatDoubleMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableFloatDoubleMapFactory
-
withInitialCapacity
Description copied from interface:MutableFloatDoubleMapFactorySame asMutableFloatDoubleMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableFloatDoubleMapFactory
-
ofAll
Description copied from interface:MutableFloatDoubleMapFactory- 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) Description copied from interface:MutableFloatDoubleMapFactoryCreates anMutableFloatDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableFloatDoubleMapFactory
-