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