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 anMutableCharFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.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:
emptyin interfaceMutableCharFloatMapFactory
-
of
Description copied from interface:MutableCharFloatMapFactorySame asMutableCharFloatMapFactory.empty().- Specified by:
ofin interfaceMutableCharFloatMapFactory
-
with
Description copied from interface:MutableCharFloatMapFactorySame asMutableCharFloatMapFactory.empty().- Specified by:
within interfaceMutableCharFloatMapFactory
-
with
- Specified by:
within interfaceMutableCharFloatMapFactory
-
of
- Specified by:
ofin interfaceMutableCharFloatMapFactory
-
of
- Specified by:
ofin interfaceMutableCharFloatMapFactory
-
with
- Specified by:
within interfaceMutableCharFloatMapFactory
-
of
public MutableCharFloatMap of(char key1, float value1, char key2, float value2, char key3, float value3) - Specified by:
ofin interfaceMutableCharFloatMapFactory
-
with
public MutableCharFloatMap with(char key1, float value1, char key2, float value2, char key3, float value3) - Specified by:
within interfaceMutableCharFloatMapFactory
-
of
public MutableCharFloatMap of(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) - Specified by:
ofin interfaceMutableCharFloatMapFactory
-
with
public MutableCharFloatMap with(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) - Specified by:
within interfaceMutableCharFloatMapFactory
-
ofInitialCapacity
Description copied from interface:MutableCharFloatMapFactorySame asMutableCharFloatMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableCharFloatMapFactory
-
withInitialCapacity
Description copied from interface:MutableCharFloatMapFactorySame asMutableCharFloatMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableCharFloatMapFactory
-
ofAll
Description copied from interface:MutableCharFloatMapFactory- Specified by:
ofAllin interfaceMutableCharFloatMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableCharFloatMapFactory
-
from
public <T> MutableCharFloatMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Description copied from interface:MutableCharFloatMapFactoryCreates anMutableCharFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableCharFloatMapFactory
-