Class ImmutableLongFloatMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatMapFactoryImpl
- All Implemented Interfaces:
ImmutableLongFloatMapFactory
public class ImmutableLongFloatMapFactoryImpl
extends Object
implements ImmutableLongFloatMapFactory
ImmutableLongFloatMapFactoryImpl is a factory implementation which creates instances of type
ImmutableLongFloatMap.
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, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asImmutableLongFloatMapFactory.empty().of(long key, float value) ofAll(LongFloatMap map) with()Same asImmutableLongFloatMapFactory.empty().with(long key, float value) withAll(LongFloatMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongFloatMapFactoryImpl
public ImmutableLongFloatMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongFloatMapFactory
-
of
Description copied from interface:ImmutableLongFloatMapFactorySame asImmutableLongFloatMapFactory.empty().- Specified by:
ofin interfaceImmutableLongFloatMapFactory
-
with
Description copied from interface:ImmutableLongFloatMapFactorySame asImmutableLongFloatMapFactory.empty().- Specified by:
within interfaceImmutableLongFloatMapFactory
-
of
Description copied from interface:ImmutableLongFloatMapFactory- Specified by:
ofin interfaceImmutableLongFloatMapFactory
-
with
- Specified by:
within interfaceImmutableLongFloatMapFactory
-
ofAll
Description copied from interface:ImmutableLongFloatMapFactory- Specified by:
ofAllin interfaceImmutableLongFloatMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongFloatMapFactory
-
from
public <T> ImmutableLongFloatMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Description copied from interface:ImmutableLongFloatMapFactoryCreates anImmutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableLongFloatMapFactory
-