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