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