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 anMutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.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:
emptyin interfaceMutableFloatByteMapFactory
-
of
Description copied from interface:MutableFloatByteMapFactorySame asMutableFloatByteMapFactory.empty().- Specified by:
ofin interfaceMutableFloatByteMapFactory
-
with
Description copied from interface:MutableFloatByteMapFactorySame asMutableFloatByteMapFactory.empty().- 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
Description copied from interface:MutableFloatByteMapFactorySame asMutableFloatByteMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableFloatByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableFloatByteMapFactorySame asMutableFloatByteMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableFloatByteMapFactory
-
ofAll
Description copied from interface:MutableFloatByteMapFactory- 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) Description copied from interface:MutableFloatByteMapFactoryCreates anMutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableFloatByteMapFactory
-