Class ImmutableFloatByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteMapFactoryImpl
- All Implemented Interfaces:
ImmutableFloatByteMapFactory
public class ImmutableFloatByteMapFactoryImpl
extends Object
implements ImmutableFloatByteMapFactory
ImmutableFloatByteMapFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.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 anImmutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asImmutableFloatByteMapFactory.empty().of(float key, byte value) ofAll(FloatByteMap map) with()Same asImmutableFloatByteMapFactory.empty().with(float key, byte value) withAll(FloatByteMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableFloatByteMapFactoryImpl
public ImmutableFloatByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableFloatByteMapFactory
-
of
Description copied from interface:ImmutableFloatByteMapFactorySame asImmutableFloatByteMapFactory.empty().- Specified by:
ofin interfaceImmutableFloatByteMapFactory
-
with
Description copied from interface:ImmutableFloatByteMapFactorySame asImmutableFloatByteMapFactory.empty().- Specified by:
within interfaceImmutableFloatByteMapFactory
-
of
Description copied from interface:ImmutableFloatByteMapFactory- Specified by:
ofin interfaceImmutableFloatByteMapFactory
-
with
- Specified by:
within interfaceImmutableFloatByteMapFactory
-
ofAll
Description copied from interface:ImmutableFloatByteMapFactory- Specified by:
ofAllin interfaceImmutableFloatByteMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableFloatByteMapFactory
-
from
public <T> ImmutableFloatByteMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:ImmutableFloatByteMapFactoryCreates anImmutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableFloatByteMapFactory
-