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