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) of()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) with()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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatByteMapFactoryImpl
public MutableFloatByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatByteMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatByteMapFactory
-
with
- Specified by:
within interfaceMutableFloatByteMapFactory
-
with
- Specified by:
within interfaceMutableFloatByteMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatByteMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatByteMapFactory
-
with
- Specified by:
within interfaceMutableFloatByteMapFactory
-
of
public MutableFloatByteMap of(float key1, byte value1, float key2, byte value2, float key3, byte value3) - Specified by:
ofin interfaceMutableFloatByteMapFactory
-
with
public MutableFloatByteMap with(float key1, byte value1, float key2, byte value2, float key3, byte value3) - Specified by:
within interfaceMutableFloatByteMapFactory
-
of
public MutableFloatByteMap of(float key1, byte value1, float key2, byte value2, float key3, byte value3, float key4, byte value4) - Specified by:
ofin interfaceMutableFloatByteMapFactory
-
with
public MutableFloatByteMap with(float key1, byte value1, float key2, byte value2, float key3, byte value3, float key4, byte value4) - Specified by:
within interfaceMutableFloatByteMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableFloatByteMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableFloatByteMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatByteMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatByteMapFactory
-
from
public <T> MutableFloatByteMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableFloatByteMapFactory
-