Class ImmutableFloatIntMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntMapFactoryImpl
- All Implemented Interfaces:
ImmutableFloatIntMapFactory
ImmutableFloatIntMapFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatIntMap.
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, IntFunction<? super T> valueFunction) of()of(float key, int value) ofAll(FloatIntMap map) with()with(float key, int value) withAll(FloatIntMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableFloatIntMapFactoryImpl
public ImmutableFloatIntMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableFloatIntMapFactory
-
of
- Specified by:
ofin interfaceImmutableFloatIntMapFactory
-
with
- Specified by:
within interfaceImmutableFloatIntMapFactory
-
of
- Specified by:
ofin interfaceImmutableFloatIntMapFactory
-
with
- Specified by:
within interfaceImmutableFloatIntMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableFloatIntMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableFloatIntMapFactory
-
from
public <T> ImmutableFloatIntMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableFloatIntMapFactory
-