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) Creates anMutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableFloatCharMapFactory.empty().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) Same asMutableFloatCharMapFactory.empty().with()Same asMutableFloatCharMapFactory.empty().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) Same asMutableFloatCharMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatCharMapFactoryImpl
public MutableFloatCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatCharMapFactory
-
of
Description copied from interface:MutableFloatCharMapFactorySame asMutableFloatCharMapFactory.empty().- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
Description copied from interface:MutableFloatCharMapFactorySame asMutableFloatCharMapFactory.empty().- 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
Description copied from interface:MutableFloatCharMapFactorySame asMutableFloatCharMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableFloatCharMapFactory
-
withInitialCapacity
Description copied from interface:MutableFloatCharMapFactorySame asMutableFloatCharMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableFloatCharMapFactory
-
ofAll
Description copied from interface:MutableFloatCharMapFactory- 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) Description copied from interface:MutableFloatCharMapFactoryCreates anMutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableFloatCharMapFactory
-