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