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