Class ImmutableFloatBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanMapFactoryImpl
- All Implemented Interfaces:
ImmutableFloatBooleanMapFactory
public class ImmutableFloatBooleanMapFactoryImpl
extends Object
implements ImmutableFloatBooleanMapFactory
ImmutableFloatBooleanMapFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatBooleanMap.
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, BooleanFunction<? super T> valueFunction) Creates anImmutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()of(float key, boolean value) ofAll(FloatBooleanMap map) with()with(float key, boolean value) withAll(FloatBooleanMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableFloatBooleanMapFactoryImpl
public ImmutableFloatBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableFloatBooleanMapFactory
-
of
Description copied from interface:ImmutableFloatBooleanMapFactory- Specified by:
ofin interfaceImmutableFloatBooleanMapFactory
-
with
Description copied from interface:ImmutableFloatBooleanMapFactory- Specified by:
within interfaceImmutableFloatBooleanMapFactory
-
of
Description copied from interface:ImmutableFloatBooleanMapFactory- Specified by:
ofin interfaceImmutableFloatBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableFloatBooleanMapFactory
-
ofAll
Description copied from interface:ImmutableFloatBooleanMapFactory- Specified by:
ofAllin interfaceImmutableFloatBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableFloatBooleanMapFactory
-
from
public <T> ImmutableFloatBooleanMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Description copied from interface:ImmutableFloatBooleanMapFactoryCreates anImmutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableFloatBooleanMapFactory
-