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