Class MutableIntFloatMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableIntFloatMapFactoryImpl
- All Implemented Interfaces:
MutableIntFloatMapFactory
MutableIntFloatMapFactoryImpl is a factory implementation which creates instances of type
MutableIntFloatMap.
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, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableIntFloatMapFactory.empty().of(int key, float value) of(int key1, float value1, int key2, float value2) of(int key1, float value1, int key2, float value2, int key3, float value3) of(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4) ofAll(IntFloatMap map) ofInitialCapacity(int capacity) Same asMutableIntFloatMapFactory.empty().with()Same asMutableIntFloatMapFactory.empty().with(int key, float value) with(int key1, float value1, int key2, float value2) with(int key1, float value1, int key2, float value2, int key3, float value3) with(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4) withAll(IntFloatMap map) withInitialCapacity(int capacity) Same asMutableIntFloatMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntFloatMapFactoryImpl
public MutableIntFloatMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableIntFloatMapFactory
-
of
Description copied from interface:MutableIntFloatMapFactorySame asMutableIntFloatMapFactory.empty().- Specified by:
ofin interfaceMutableIntFloatMapFactory
-
with
Description copied from interface:MutableIntFloatMapFactorySame asMutableIntFloatMapFactory.empty().- Specified by:
within interfaceMutableIntFloatMapFactory
-
with
- Specified by:
within interfaceMutableIntFloatMapFactory
-
of
- Specified by:
ofin interfaceMutableIntFloatMapFactory
-
of
- Specified by:
ofin interfaceMutableIntFloatMapFactory
-
with
- Specified by:
within interfaceMutableIntFloatMapFactory
-
of
public MutableIntFloatMap of(int key1, float value1, int key2, float value2, int key3, float value3) - Specified by:
ofin interfaceMutableIntFloatMapFactory
-
with
public MutableIntFloatMap with(int key1, float value1, int key2, float value2, int key3, float value3) - Specified by:
within interfaceMutableIntFloatMapFactory
-
of
public MutableIntFloatMap of(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4) - Specified by:
ofin interfaceMutableIntFloatMapFactory
-
with
public MutableIntFloatMap with(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4) - Specified by:
within interfaceMutableIntFloatMapFactory
-
ofInitialCapacity
Description copied from interface:MutableIntFloatMapFactorySame asMutableIntFloatMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableIntFloatMapFactory
-
withInitialCapacity
Description copied from interface:MutableIntFloatMapFactorySame asMutableIntFloatMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableIntFloatMapFactory
-
ofAll
Description copied from interface:MutableIntFloatMapFactory- Specified by:
ofAllin interfaceMutableIntFloatMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntFloatMapFactory
-
from
public <T> MutableIntFloatMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Description copied from interface:MutableIntFloatMapFactoryCreates anMutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableIntFloatMapFactory
-