Class MutableCharFloatMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableCharFloatMapFactoryImpl
- All Implemented Interfaces:
MutableCharFloatMapFactory
MutableCharFloatMapFactoryImpl is a factory implementation which creates instances of type
MutableCharFloatMap
.
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, FloatFunction<? super T> valueFunction) Creates anMutableCharFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.of()
Same asMutableCharFloatMapFactory.empty()
.of
(char key, float value) of
(char key1, float value1, char key2, float value2) of
(char key1, float value1, char key2, float value2, char key3, float value3) of
(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) ofAll
(CharFloatMap map) ofInitialCapacity
(int capacity) Same asMutableCharFloatMapFactory.empty()
.with()
Same asMutableCharFloatMapFactory.empty()
.with
(char key, float value) with
(char key1, float value1, char key2, float value2) with
(char key1, float value1, char key2, float value2, char key3, float value3) with
(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) withAll
(CharFloatMap map) withInitialCapacity
(int capacity) Same asMutableCharFloatMapFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableCharFloatMapFactoryImpl
public MutableCharFloatMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableCharFloatMapFactory
-
of
Description copied from interface:MutableCharFloatMapFactory
Same asMutableCharFloatMapFactory.empty()
.- Specified by:
of
in interfaceMutableCharFloatMapFactory
-
with
Description copied from interface:MutableCharFloatMapFactory
Same asMutableCharFloatMapFactory.empty()
.- Specified by:
with
in interfaceMutableCharFloatMapFactory
-
with
- Specified by:
with
in interfaceMutableCharFloatMapFactory
-
of
- Specified by:
of
in interfaceMutableCharFloatMapFactory
-
of
- Specified by:
of
in interfaceMutableCharFloatMapFactory
-
with
- Specified by:
with
in interfaceMutableCharFloatMapFactory
-
of
public MutableCharFloatMap of(char key1, float value1, char key2, float value2, char key3, float value3) - Specified by:
of
in interfaceMutableCharFloatMapFactory
-
with
public MutableCharFloatMap with(char key1, float value1, char key2, float value2, char key3, float value3) - Specified by:
with
in interfaceMutableCharFloatMapFactory
-
of
public MutableCharFloatMap of(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) - Specified by:
of
in interfaceMutableCharFloatMapFactory
-
with
public MutableCharFloatMap with(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) - Specified by:
with
in interfaceMutableCharFloatMapFactory
-
ofInitialCapacity
Description copied from interface:MutableCharFloatMapFactory
Same asMutableCharFloatMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableCharFloatMapFactory
-
withInitialCapacity
Description copied from interface:MutableCharFloatMapFactory
Same asMutableCharFloatMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableCharFloatMapFactory
-
ofAll
Description copied from interface:MutableCharFloatMapFactory
- Specified by:
ofAll
in interfaceMutableCharFloatMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableCharFloatMapFactory
-
from
public <T> MutableCharFloatMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Description copied from interface:MutableCharFloatMapFactory
Creates anMutableCharFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableCharFloatMapFactory
-