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