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