Class MutableDoubleIntMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableDoubleIntMapFactoryImpl
- All Implemented Interfaces:
MutableDoubleIntMapFactory
MutableDoubleIntMapFactoryImpl is a factory implementation which creates instances of type
MutableDoubleIntMap.
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, IntFunction<? super T> valueFunction) Creates anMutableDoubleIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableDoubleIntMapFactory.empty().of(double key, int value) of(double key1, int value1, double key2, int value2) of(double key1, int value1, double key2, int value2, double key3, int value3) of(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4) ofAll(DoubleIntMap map) ofInitialCapacity(int capacity) Same asMutableDoubleIntMapFactory.empty().with()Same asMutableDoubleIntMapFactory.empty().with(double key, int value) with(double key1, int value1, double key2, int value2) with(double key1, int value1, double key2, int value2, double key3, int value3) with(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4) withAll(DoubleIntMap map) withInitialCapacity(int capacity) Same asMutableDoubleIntMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleIntMapFactoryImpl
public MutableDoubleIntMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableDoubleIntMapFactory
-
of
Description copied from interface:MutableDoubleIntMapFactorySame asMutableDoubleIntMapFactory.empty().- Specified by:
ofin interfaceMutableDoubleIntMapFactory
-
with
Description copied from interface:MutableDoubleIntMapFactorySame asMutableDoubleIntMapFactory.empty().- Specified by:
within interfaceMutableDoubleIntMapFactory
-
with
- Specified by:
within interfaceMutableDoubleIntMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleIntMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleIntMapFactory
-
with
- Specified by:
within interfaceMutableDoubleIntMapFactory
-
of
public MutableDoubleIntMap of(double key1, int value1, double key2, int value2, double key3, int value3) - Specified by:
ofin interfaceMutableDoubleIntMapFactory
-
with
public MutableDoubleIntMap with(double key1, int value1, double key2, int value2, double key3, int value3) - Specified by:
within interfaceMutableDoubleIntMapFactory
-
of
public MutableDoubleIntMap of(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4) - Specified by:
ofin interfaceMutableDoubleIntMapFactory
-
with
public MutableDoubleIntMap with(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4) - Specified by:
within interfaceMutableDoubleIntMapFactory
-
ofInitialCapacity
Description copied from interface:MutableDoubleIntMapFactorySame asMutableDoubleIntMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableDoubleIntMapFactory
-
withInitialCapacity
Description copied from interface:MutableDoubleIntMapFactorySame asMutableDoubleIntMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableDoubleIntMapFactory
-
ofAll
Description copied from interface:MutableDoubleIntMapFactory- Specified by:
ofAllin interfaceMutableDoubleIntMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableDoubleIntMapFactory
-
from
public <T> MutableDoubleIntMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Description copied from interface:MutableDoubleIntMapFactoryCreates anMutableDoubleIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableDoubleIntMapFactory
-