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