Class MutableDoubleByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableDoubleByteMapFactoryImpl
- All Implemented Interfaces:
MutableDoubleByteMapFactory
MutableDoubleByteMapFactoryImpl is a factory implementation which creates instances of type
MutableDoubleByteMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
from
(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableDoubleByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.of()
Same asMutableDoubleByteMapFactory.empty()
.of
(double key, byte value) of
(double key1, byte value1, double key2, byte value2) of
(double key1, byte value1, double key2, byte value2, double key3, byte value3) of
(double key1, byte value1, double key2, byte value2, double key3, byte value3, double key4, byte value4) ofAll
(DoubleByteMap map) ofInitialCapacity
(int capacity) Same asMutableDoubleByteMapFactory.empty()
.with()
Same asMutableDoubleByteMapFactory.empty()
.with
(double key, byte value) with
(double key1, byte value1, double key2, byte value2) with
(double key1, byte value1, double key2, byte value2, double key3, byte value3) with
(double key1, byte value1, double key2, byte value2, double key3, byte value3, double key4, byte value4) withAll
(DoubleByteMap map) withInitialCapacity
(int capacity) Same asMutableDoubleByteMapFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleByteMapFactoryImpl
public MutableDoubleByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableDoubleByteMapFactory
-
of
Description copied from interface:MutableDoubleByteMapFactory
Same asMutableDoubleByteMapFactory.empty()
.- Specified by:
of
in interfaceMutableDoubleByteMapFactory
-
with
Description copied from interface:MutableDoubleByteMapFactory
Same asMutableDoubleByteMapFactory.empty()
.- Specified by:
with
in interfaceMutableDoubleByteMapFactory
-
with
- Specified by:
with
in interfaceMutableDoubleByteMapFactory
-
of
- Specified by:
of
in interfaceMutableDoubleByteMapFactory
-
of
- Specified by:
of
in interfaceMutableDoubleByteMapFactory
-
with
- Specified by:
with
in interfaceMutableDoubleByteMapFactory
-
of
public MutableDoubleByteMap of(double key1, byte value1, double key2, byte value2, double key3, byte value3) - Specified by:
of
in interfaceMutableDoubleByteMapFactory
-
with
public MutableDoubleByteMap with(double key1, byte value1, double key2, byte value2, double key3, byte value3) - Specified by:
with
in interfaceMutableDoubleByteMapFactory
-
of
public MutableDoubleByteMap of(double key1, byte value1, double key2, byte value2, double key3, byte value3, double key4, byte value4) - Specified by:
of
in interfaceMutableDoubleByteMapFactory
-
with
public MutableDoubleByteMap with(double key1, byte value1, double key2, byte value2, double key3, byte value3, double key4, byte value4) - Specified by:
with
in interfaceMutableDoubleByteMapFactory
-
ofInitialCapacity
Description copied from interface:MutableDoubleByteMapFactory
Same asMutableDoubleByteMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableDoubleByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableDoubleByteMapFactory
Same asMutableDoubleByteMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableDoubleByteMapFactory
-
ofAll
Description copied from interface:MutableDoubleByteMapFactory
- Specified by:
ofAll
in interfaceMutableDoubleByteMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableDoubleByteMapFactory
-
from
public <T> MutableDoubleByteMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:MutableDoubleByteMapFactory
Creates anMutableDoubleByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableDoubleByteMapFactory
-