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