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 anMutableIntByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.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:
empty
in interfaceMutableIntByteMapFactory
-
of
Description copied from interface:MutableIntByteMapFactory
Same asMutableIntByteMapFactory.empty()
.- Specified by:
of
in interfaceMutableIntByteMapFactory
-
with
Description copied from interface:MutableIntByteMapFactory
Same asMutableIntByteMapFactory.empty()
.- Specified by:
with
in interfaceMutableIntByteMapFactory
-
with
- Specified by:
with
in interfaceMutableIntByteMapFactory
-
of
- Specified by:
of
in interfaceMutableIntByteMapFactory
-
of
- Specified by:
of
in interfaceMutableIntByteMapFactory
-
with
- Specified by:
with
in interfaceMutableIntByteMapFactory
-
of
- Specified by:
of
in interfaceMutableIntByteMapFactory
-
with
- Specified by:
with
in interfaceMutableIntByteMapFactory
-
of
public MutableIntByteMap of(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) - Specified by:
of
in interfaceMutableIntByteMapFactory
-
with
public MutableIntByteMap with(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) - Specified by:
with
in interfaceMutableIntByteMapFactory
-
ofInitialCapacity
Description copied from interface:MutableIntByteMapFactory
Same asMutableIntByteMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableIntByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableIntByteMapFactory
Same asMutableIntByteMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableIntByteMapFactory
-
ofAll
Description copied from interface:MutableIntByteMapFactory
- Specified by:
ofAll
in interfaceMutableIntByteMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableIntByteMapFactory
-
from
public <T> MutableIntByteMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:MutableIntByteMapFactory
Creates anMutableIntByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableIntByteMapFactory
-