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