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