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) Creates anMutableIntDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableIntDoubleMapFactory.empty().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) Same asMutableIntDoubleMapFactory.empty().with()Same asMutableIntDoubleMapFactory.empty().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) Same asMutableIntDoubleMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntDoubleMapFactoryImpl
public MutableIntDoubleMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableIntDoubleMapFactory
-
of
Description copied from interface:MutableIntDoubleMapFactorySame asMutableIntDoubleMapFactory.empty().- Specified by:
ofin interfaceMutableIntDoubleMapFactory
-
with
Description copied from interface:MutableIntDoubleMapFactorySame asMutableIntDoubleMapFactory.empty().- 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
Description copied from interface:MutableIntDoubleMapFactorySame asMutableIntDoubleMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableIntDoubleMapFactory
-
withInitialCapacity
Description copied from interface:MutableIntDoubleMapFactorySame asMutableIntDoubleMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableIntDoubleMapFactory
-
ofAll
Description copied from interface:MutableIntDoubleMapFactory- 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) Description copied from interface:MutableIntDoubleMapFactoryCreates anMutableIntDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableIntDoubleMapFactory
-