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