Class MutableShortDoubleMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableShortDoubleMapFactoryImpl
- All Implemented Interfaces:
MutableShortDoubleMapFactory
public class MutableShortDoubleMapFactoryImpl
extends Object
implements MutableShortDoubleMapFactory
MutableShortDoubleMapFactoryImpl is a factory implementation which creates instances of type
MutableShortDoubleMap.
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, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) of()of(short key, double value) of(short key1, double value1, short key2, double value2) of(short key1, double value1, short key2, double value2, short key3, double value3) of(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4) ofAll(ShortDoubleMap map) ofInitialCapacity(int capacity) with()with(short key, double value) with(short key1, double value1, short key2, double value2) with(short key1, double value1, short key2, double value2, short key3, double value3) with(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4) withAll(ShortDoubleMap map) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableShortDoubleMapFactoryImpl
public MutableShortDoubleMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableShortDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableShortDoubleMapFactory
-
with
- Specified by:
within interfaceMutableShortDoubleMapFactory
-
with
- Specified by:
within interfaceMutableShortDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableShortDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableShortDoubleMapFactory
-
with
- Specified by:
within interfaceMutableShortDoubleMapFactory
-
of
public MutableShortDoubleMap of(short key1, double value1, short key2, double value2, short key3, double value3) - Specified by:
ofin interfaceMutableShortDoubleMapFactory
-
with
public MutableShortDoubleMap with(short key1, double value1, short key2, double value2, short key3, double value3) - Specified by:
within interfaceMutableShortDoubleMapFactory
-
of
public MutableShortDoubleMap of(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4) - Specified by:
ofin interfaceMutableShortDoubleMapFactory
-
with
public MutableShortDoubleMap with(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4) - Specified by:
within interfaceMutableShortDoubleMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableShortDoubleMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableShortDoubleMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableShortDoubleMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableShortDoubleMapFactory
-
from
public <T> MutableShortDoubleMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableShortDoubleMapFactory
-