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