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