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