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