Class ImmutableLongDoubleMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleMapFactoryImpl
- All Implemented Interfaces:
ImmutableLongDoubleMapFactory
public class ImmutableLongDoubleMapFactoryImpl
extends Object
implements ImmutableLongDoubleMapFactory
ImmutableLongDoubleMapFactoryImpl is a factory implementation which creates instances of type
ImmutableLongDoubleMap.
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, DoubleFunction<? super T> valueFunction) of()of(long key, double value) ofAll(LongDoubleMap map) with()with(long key, double value) withAll(LongDoubleMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongDoubleMapFactoryImpl
public ImmutableLongDoubleMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongDoubleMapFactory
-
of
- Specified by:
ofin interfaceImmutableLongDoubleMapFactory
-
with
- Specified by:
within interfaceImmutableLongDoubleMapFactory
-
of
- Specified by:
ofin interfaceImmutableLongDoubleMapFactory
-
with
- Specified by:
within interfaceImmutableLongDoubleMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongDoubleMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongDoubleMapFactory
-
from
public <T> ImmutableLongDoubleMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableLongDoubleMapFactory
-