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) of()of(float key, char value) ofAll(FloatCharMap map) with()with(float key, char value) withAll(FloatCharMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableFloatCharMapFactoryImpl
public ImmutableFloatCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableFloatCharMapFactory
-
of
- Specified by:
ofin interfaceImmutableFloatCharMapFactory
-
with
- Specified by:
within interfaceImmutableFloatCharMapFactory
-
of
- Specified by:
ofin interfaceImmutableFloatCharMapFactory
-
with
- Specified by:
within interfaceImmutableFloatCharMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableFloatCharMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableFloatCharMapFactory
-
from
public <T> ImmutableFloatCharMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableFloatCharMapFactory
-