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) of()of(float key, byte value) ofAll(FloatByteMap map) with()with(float key, byte value) withAll(FloatByteMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableFloatByteMapFactoryImpl
public ImmutableFloatByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableFloatByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableFloatByteMapFactory
-
with
- Specified by:
within interfaceImmutableFloatByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableFloatByteMapFactory
-
with
- Specified by:
within interfaceImmutableFloatByteMapFactory
-
ofAll
- 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) - Specified by:
fromin interfaceImmutableFloatByteMapFactory
-