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