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