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