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