Class MutableFloatCharMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableFloatCharMapFactoryImpl
- All Implemented Interfaces:
MutableFloatCharMapFactory
MutableFloatCharMapFactoryImpl is a factory implementation which creates instances of type
MutableFloatCharMap.
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, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) of()of(float key, char value) of(float key1, char value1, float key2, char value2) of(float key1, char value1, float key2, char value2, float key3, char value3) of(float key1, char value1, float key2, char value2, float key3, char value3, float key4, char value4) ofAll(FloatCharMap map) ofInitialCapacity(int capacity) with()with(float key, char value) with(float key1, char value1, float key2, char value2) with(float key1, char value1, float key2, char value2, float key3, char value3) with(float key1, char value1, float key2, char value2, float key3, char value3, float key4, char value4) withAll(FloatCharMap map) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatCharMapFactoryImpl
public MutableFloatCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatCharMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
- Specified by:
within interfaceMutableFloatCharMapFactory
-
with
- Specified by:
within interfaceMutableFloatCharMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
- Specified by:
within interfaceMutableFloatCharMapFactory
-
of
public MutableFloatCharMap of(float key1, char value1, float key2, char value2, float key3, char value3) - Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
public MutableFloatCharMap with(float key1, char value1, float key2, char value2, float key3, char value3) - Specified by:
within interfaceMutableFloatCharMapFactory
-
of
public MutableFloatCharMap of(float key1, char value1, float key2, char value2, float key3, char value3, float key4, char value4) - Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
public MutableFloatCharMap with(float key1, char value1, float key2, char value2, float key3, char value3, float key4, char value4) - Specified by:
within interfaceMutableFloatCharMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableFloatCharMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableFloatCharMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatCharMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatCharMapFactory
-
from
public <T> MutableFloatCharMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableFloatCharMapFactory
-