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