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) of()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) with()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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntByteMapFactoryImpl
public MutableIntByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableIntByteMapFactory
-
of
- Specified by:
ofin interfaceMutableIntByteMapFactory
-
with
- 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
- Specified by:
ofInitialCapacityin interfaceMutableIntByteMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableIntByteMapFactory
-
ofAll
- 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) - Specified by:
fromin interfaceMutableIntByteMapFactory
-