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