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