Class MutableFloatIntMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableFloatIntMapFactoryImpl
- All Implemented Interfaces:
MutableFloatIntMapFactory
MutableFloatIntMapFactoryImpl is a factory implementation which creates instances of type
MutableFloatIntMap
.
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, IntFunction<? super T> valueFunction) Creates anMutableFloatIntMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.of()
Same asMutableFloatIntMapFactory.empty()
.of
(float key, int value) of
(float key1, int value1, float key2, int value2) of
(float key1, int value1, float key2, int value2, float key3, int value3) of
(float key1, int value1, float key2, int value2, float key3, int value3, float key4, int value4) ofAll
(FloatIntMap map) ofInitialCapacity
(int capacity) Same asMutableFloatIntMapFactory.empty()
.with()
Same asMutableFloatIntMapFactory.empty()
.with
(float key, int value) with
(float key1, int value1, float key2, int value2) with
(float key1, int value1, float key2, int value2, float key3, int value3) with
(float key1, int value1, float key2, int value2, float key3, int value3, float key4, int value4) withAll
(FloatIntMap map) withInitialCapacity
(int capacity) Same asMutableFloatIntMapFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatIntMapFactoryImpl
public MutableFloatIntMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableFloatIntMapFactory
-
of
Description copied from interface:MutableFloatIntMapFactory
Same asMutableFloatIntMapFactory.empty()
.- Specified by:
of
in interfaceMutableFloatIntMapFactory
-
with
Description copied from interface:MutableFloatIntMapFactory
Same asMutableFloatIntMapFactory.empty()
.- Specified by:
with
in interfaceMutableFloatIntMapFactory
-
with
- Specified by:
with
in interfaceMutableFloatIntMapFactory
-
of
- Specified by:
of
in interfaceMutableFloatIntMapFactory
-
of
- Specified by:
of
in interfaceMutableFloatIntMapFactory
-
with
- Specified by:
with
in interfaceMutableFloatIntMapFactory
-
of
public MutableFloatIntMap of(float key1, int value1, float key2, int value2, float key3, int value3) - Specified by:
of
in interfaceMutableFloatIntMapFactory
-
with
public MutableFloatIntMap with(float key1, int value1, float key2, int value2, float key3, int value3) - Specified by:
with
in interfaceMutableFloatIntMapFactory
-
of
public MutableFloatIntMap of(float key1, int value1, float key2, int value2, float key3, int value3, float key4, int value4) - Specified by:
of
in interfaceMutableFloatIntMapFactory
-
with
public MutableFloatIntMap with(float key1, int value1, float key2, int value2, float key3, int value3, float key4, int value4) - Specified by:
with
in interfaceMutableFloatIntMapFactory
-
ofInitialCapacity
Description copied from interface:MutableFloatIntMapFactory
Same asMutableFloatIntMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableFloatIntMapFactory
-
withInitialCapacity
Description copied from interface:MutableFloatIntMapFactory
Same asMutableFloatIntMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableFloatIntMapFactory
-
ofAll
Description copied from interface:MutableFloatIntMapFactory
- Specified by:
ofAll
in interfaceMutableFloatIntMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableFloatIntMapFactory
-
from
public <T> MutableFloatIntMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Description copied from interface:MutableFloatIntMapFactory
Creates anMutableFloatIntMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableFloatIntMapFactory
-