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