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) of()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) with()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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteDoubleMapFactoryImpl
public MutableByteDoubleMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableByteDoubleMapFactory
-
with
- Specified by:
within interfaceMutableByteDoubleMapFactory
-
with
- Specified by:
within interfaceMutableByteDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableByteDoubleMapFactory
-
of
- Specified by:
ofin interfaceMutableByteDoubleMapFactory
-
with
- Specified by:
within interfaceMutableByteDoubleMapFactory
-
of
public MutableByteDoubleMap of(byte key1, double value1, byte key2, double value2, byte key3, double value3) - Specified by:
ofin interfaceMutableByteDoubleMapFactory
-
with
public MutableByteDoubleMap with(byte key1, double value1, byte key2, double value2, byte key3, double value3) - Specified by:
within interfaceMutableByteDoubleMapFactory
-
of
public MutableByteDoubleMap of(byte key1, double value1, byte key2, double value2, byte key3, double value3, byte key4, double value4) - Specified by:
ofin interfaceMutableByteDoubleMapFactory
-
with
public MutableByteDoubleMap with(byte key1, double value1, byte key2, double value2, byte key3, double value3, byte key4, double value4) - Specified by:
within interfaceMutableByteDoubleMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableByteDoubleMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableByteDoubleMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableByteDoubleMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableByteDoubleMapFactory
-
from
public <T> MutableByteDoubleMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableByteDoubleMapFactory
-