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 anMutableByteDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.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:
emptyin interfaceMutableByteDoubleMapFactory
-
of
Description copied from interface:MutableByteDoubleMapFactorySame asMutableByteDoubleMapFactory.empty().- Specified by:
ofin interfaceMutableByteDoubleMapFactory
-
with
Description copied from interface:MutableByteDoubleMapFactorySame asMutableByteDoubleMapFactory.empty().- 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
Description copied from interface:MutableByteDoubleMapFactorySame asMutableByteDoubleMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableByteDoubleMapFactory
-
withInitialCapacity
Description copied from interface:MutableByteDoubleMapFactorySame asMutableByteDoubleMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableByteDoubleMapFactory
-
ofAll
Description copied from interface:MutableByteDoubleMapFactory- 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) Description copied from interface:MutableByteDoubleMapFactoryCreates anMutableByteDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableByteDoubleMapFactory
-