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 anMutableDoubleCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.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:
empty
in interfaceMutableDoubleCharMapFactory
-
of
Description copied from interface:MutableDoubleCharMapFactory
Same asMutableDoubleCharMapFactory.empty()
.- Specified by:
of
in interfaceMutableDoubleCharMapFactory
-
with
Description copied from interface:MutableDoubleCharMapFactory
Same asMutableDoubleCharMapFactory.empty()
.- Specified by:
with
in interfaceMutableDoubleCharMapFactory
-
with
- Specified by:
with
in interfaceMutableDoubleCharMapFactory
-
of
- Specified by:
of
in interfaceMutableDoubleCharMapFactory
-
of
- Specified by:
of
in interfaceMutableDoubleCharMapFactory
-
with
- Specified by:
with
in interfaceMutableDoubleCharMapFactory
-
of
public MutableDoubleCharMap of(double key1, char value1, double key2, char value2, double key3, char value3) - Specified by:
of
in interfaceMutableDoubleCharMapFactory
-
with
public MutableDoubleCharMap with(double key1, char value1, double key2, char value2, double key3, char value3) - Specified by:
with
in interfaceMutableDoubleCharMapFactory
-
of
public MutableDoubleCharMap of(double key1, char value1, double key2, char value2, double key3, char value3, double key4, char value4) - Specified by:
of
in interfaceMutableDoubleCharMapFactory
-
with
public MutableDoubleCharMap with(double key1, char value1, double key2, char value2, double key3, char value3, double key4, char value4) - Specified by:
with
in interfaceMutableDoubleCharMapFactory
-
ofInitialCapacity
Description copied from interface:MutableDoubleCharMapFactory
Same asMutableDoubleCharMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableDoubleCharMapFactory
-
withInitialCapacity
Description copied from interface:MutableDoubleCharMapFactory
Same asMutableDoubleCharMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableDoubleCharMapFactory
-
ofAll
Description copied from interface:MutableDoubleCharMapFactory
- Specified by:
ofAll
in interfaceMutableDoubleCharMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableDoubleCharMapFactory
-
from
public <T> MutableDoubleCharMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Description copied from interface:MutableDoubleCharMapFactory
Creates anMutableDoubleCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableDoubleCharMapFactory
-