Class ImmutableFloatCharMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharMapFactoryImpl
- All Implemented Interfaces:
ImmutableFloatCharMapFactory
public class ImmutableFloatCharMapFactoryImpl
extends Object
implements ImmutableFloatCharMapFactory
ImmutableFloatCharMapFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatCharMap
.
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, CharFunction<? super T> valueFunction) Creates anImmutableFloatCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.of()
Same asImmutableFloatCharMapFactory.empty()
.of
(float key, char value) ofAll
(FloatCharMap map) with()
Same asImmutableFloatCharMapFactory.empty()
.with
(float key, char value) withAll
(FloatCharMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableFloatCharMapFactoryImpl
public ImmutableFloatCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableFloatCharMapFactory
-
of
Description copied from interface:ImmutableFloatCharMapFactory
Same asImmutableFloatCharMapFactory.empty()
.- Specified by:
of
in interfaceImmutableFloatCharMapFactory
-
with
Description copied from interface:ImmutableFloatCharMapFactory
Same asImmutableFloatCharMapFactory.empty()
.- Specified by:
with
in interfaceImmutableFloatCharMapFactory
-
of
Description copied from interface:ImmutableFloatCharMapFactory
- Specified by:
of
in interfaceImmutableFloatCharMapFactory
-
with
- Specified by:
with
in interfaceImmutableFloatCharMapFactory
-
ofAll
Description copied from interface:ImmutableFloatCharMapFactory
- Specified by:
ofAll
in interfaceImmutableFloatCharMapFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableFloatCharMapFactory
-
from
public <T> ImmutableFloatCharMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Description copied from interface:ImmutableFloatCharMapFactory
Creates anImmutableFloatCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceImmutableFloatCharMapFactory
-