Class MutableIntByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableIntByteMapFactoryImpl
- All Implemented Interfaces:
MutableIntByteMapFactory
MutableIntByteMapFactoryImpl is a factory implementation which creates instances of type
MutableIntByteMap.
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, ByteFunction<? super T> valueFunction) Creates anMutableIntByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableIntByteMapFactory.empty().of(int key, byte value) of(int key1, byte value1, int key2, byte value2) of(int key1, byte value1, int key2, byte value2, int key3, byte value3) of(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) ofAll(IntByteMap map) ofInitialCapacity(int capacity) Same asMutableIntByteMapFactory.empty().with()Same asMutableIntByteMapFactory.empty().with(int key, byte value) with(int key1, byte value1, int key2, byte value2) with(int key1, byte value1, int key2, byte value2, int key3, byte value3) with(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) withAll(IntByteMap map) withInitialCapacity(int capacity) Same asMutableIntByteMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntByteMapFactoryImpl
public MutableIntByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableIntByteMapFactory
-
of
Description copied from interface:MutableIntByteMapFactorySame asMutableIntByteMapFactory.empty().- Specified by:
ofin interfaceMutableIntByteMapFactory
-
with
Description copied from interface:MutableIntByteMapFactorySame asMutableIntByteMapFactory.empty().- Specified by:
within interfaceMutableIntByteMapFactory
-
with
- Specified by:
within interfaceMutableIntByteMapFactory
-
of
- Specified by:
ofin interfaceMutableIntByteMapFactory
-
of
- Specified by:
ofin interfaceMutableIntByteMapFactory
-
with
- Specified by:
within interfaceMutableIntByteMapFactory
-
of
- Specified by:
ofin interfaceMutableIntByteMapFactory
-
with
- Specified by:
within interfaceMutableIntByteMapFactory
-
of
public MutableIntByteMap of(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) - Specified by:
ofin interfaceMutableIntByteMapFactory
-
with
public MutableIntByteMap with(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) - Specified by:
within interfaceMutableIntByteMapFactory
-
ofInitialCapacity
Description copied from interface:MutableIntByteMapFactorySame asMutableIntByteMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableIntByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableIntByteMapFactorySame asMutableIntByteMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableIntByteMapFactory
-
ofAll
Description copied from interface:MutableIntByteMapFactory- Specified by:
ofAllin interfaceMutableIntByteMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntByteMapFactory
-
from
public <T> MutableIntByteMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:MutableIntByteMapFactoryCreates anMutableIntByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableIntByteMapFactory
-