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