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) 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
- Specified by:
ofin interfaceImmutableFloatBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableFloatBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableFloatBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableFloatBooleanMapFactory
-
ofAll
- 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) - Specified by:
fromin interfaceImmutableFloatBooleanMapFactory
-