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) of()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) with()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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleIntMapFactoryImpl
public MutableDoubleIntMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableDoubleIntMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleIntMapFactory
-
with
- 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
- Specified by:
ofInitialCapacityin interfaceMutableDoubleIntMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableDoubleIntMapFactory
-
ofAll
- 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) - Specified by:
fromin interfaceMutableDoubleIntMapFactory
-