Class MutableDoubleShortMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableDoubleShortMapFactoryImpl
- All Implemented Interfaces:
MutableDoubleShortMapFactory
public class MutableDoubleShortMapFactoryImpl
extends Object
implements MutableDoubleShortMapFactory
MutableDoubleShortMapFactoryImpl is a factory implementation which creates instances of type
MutableDoubleShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) of()of(double key, short value) of(double key1, short value1, double key2, short value2) of(double key1, short value1, double key2, short value2, double key3, short value3) of(double key1, short value1, double key2, short value2, double key3, short value3, double key4, short value4) ofAll(DoubleShortMap map) ofInitialCapacity(int capacity) with()with(double key, short value) with(double key1, short value1, double key2, short value2) with(double key1, short value1, double key2, short value2, double key3, short value3) with(double key1, short value1, double key2, short value2, double key3, short value3, double key4, short value4) withAll(DoubleShortMap map) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleShortMapFactoryImpl
public MutableDoubleShortMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableDoubleShortMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleShortMapFactory
-
with
- Specified by:
within interfaceMutableDoubleShortMapFactory
-
with
- Specified by:
within interfaceMutableDoubleShortMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleShortMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleShortMapFactory
-
with
- Specified by:
within interfaceMutableDoubleShortMapFactory
-
of
public MutableDoubleShortMap of(double key1, short value1, double key2, short value2, double key3, short value3) - Specified by:
ofin interfaceMutableDoubleShortMapFactory
-
with
public MutableDoubleShortMap with(double key1, short value1, double key2, short value2, double key3, short value3) - Specified by:
within interfaceMutableDoubleShortMapFactory
-
of
public MutableDoubleShortMap of(double key1, short value1, double key2, short value2, double key3, short value3, double key4, short value4) - Specified by:
ofin interfaceMutableDoubleShortMapFactory
-
with
public MutableDoubleShortMap with(double key1, short value1, double key2, short value2, double key3, short value3, double key4, short value4) - Specified by:
within interfaceMutableDoubleShortMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableDoubleShortMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableDoubleShortMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableDoubleShortMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableDoubleShortMapFactory
-
from
public <T> MutableDoubleShortMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableDoubleShortMapFactory
-