Class MutableByteByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableByteByteMapFactoryImpl
- All Implemented Interfaces:
MutableByteByteMapFactory
MutableByteByteMapFactoryImpl is a factory implementation which creates instances of type
MutableByteByteMap
.
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, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableByteByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.of()
Same asMutableByteByteMapFactory.empty()
.of
(byte key, byte value) of
(byte key1, byte value1, byte key2, byte value2) of
(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3) of
(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4) ofAll
(ByteByteMap map) ofInitialCapacity
(int capacity) Same asMutableByteByteMapFactory.empty()
.with()
Same asMutableByteByteMapFactory.empty()
.with
(byte key, byte value) with
(byte key1, byte value1, byte key2, byte value2) with
(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3) with
(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4) withAll
(ByteByteMap map) withInitialCapacity
(int capacity) Same asMutableByteByteMapFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteByteMapFactoryImpl
public MutableByteByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableByteByteMapFactory
-
of
Description copied from interface:MutableByteByteMapFactory
Same asMutableByteByteMapFactory.empty()
.- Specified by:
of
in interfaceMutableByteByteMapFactory
-
with
Description copied from interface:MutableByteByteMapFactory
Same asMutableByteByteMapFactory.empty()
.- Specified by:
with
in interfaceMutableByteByteMapFactory
-
with
- Specified by:
with
in interfaceMutableByteByteMapFactory
-
of
- Specified by:
of
in interfaceMutableByteByteMapFactory
-
of
- Specified by:
of
in interfaceMutableByteByteMapFactory
-
with
- Specified by:
with
in interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3) - Specified by:
of
in interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3) - Specified by:
with
in interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4) - Specified by:
of
in interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4) - Specified by:
with
in interfaceMutableByteByteMapFactory
-
ofInitialCapacity
Description copied from interface:MutableByteByteMapFactory
Same asMutableByteByteMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableByteByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableByteByteMapFactory
Same asMutableByteByteMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableByteByteMapFactory
-
ofAll
Description copied from interface:MutableByteByteMapFactory
- Specified by:
ofAll
in interfaceMutableByteByteMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableByteByteMapFactory
-
from
public <T> MutableByteByteMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:MutableByteByteMapFactory
Creates anMutableByteByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableByteByteMapFactory
-