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