Class ImmutableByteFloatMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatMapFactoryImpl
- All Implemented Interfaces:
ImmutableByteFloatMapFactory
public class ImmutableByteFloatMapFactoryImpl
extends Object
implements ImmutableByteFloatMapFactory
ImmutableByteFloatMapFactoryImpl is a factory implementation which creates instances of type
ImmutableByteFloatMap.
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, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) of()of(byte key, float value) ofAll(ByteFloatMap map) with()with(byte key, float value) withAll(ByteFloatMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteFloatMapFactoryImpl
public ImmutableByteFloatMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteFloatMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteFloatMapFactory
-
with
- Specified by:
within interfaceImmutableByteFloatMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteFloatMapFactory
-
with
- Specified by:
within interfaceImmutableByteFloatMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableByteFloatMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteFloatMapFactory
-
from
public <T> ImmutableByteFloatMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableByteFloatMapFactory
-