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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableDoubleByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.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:
emptyin interfaceMutableDoubleByteMapFactory
-
of
Description copied from interface:MutableDoubleByteMapFactorySame asMutableDoubleByteMapFactory.empty().- Specified by:
ofin interfaceMutableDoubleByteMapFactory
-
with
Description copied from interface:MutableDoubleByteMapFactorySame asMutableDoubleByteMapFactory.empty().- Specified by:
within interfaceMutableDoubleByteMapFactory
-
with
- Specified by:
within interfaceMutableDoubleByteMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleByteMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleByteMapFactory
-
with
- Specified by:
within interfaceMutableDoubleByteMapFactory
-
of
public MutableDoubleByteMap of(double key1, byte value1, double key2, byte value2, double key3, byte value3) - Specified by:
ofin interfaceMutableDoubleByteMapFactory
-
with
public MutableDoubleByteMap with(double key1, byte value1, double key2, byte value2, double key3, byte value3) - Specified by:
within interfaceMutableDoubleByteMapFactory
-
of
public MutableDoubleByteMap of(double key1, byte value1, double key2, byte value2, double key3, byte value3, double key4, byte value4) - Specified by:
ofin interfaceMutableDoubleByteMapFactory
-
with
public MutableDoubleByteMap with(double key1, byte value1, double key2, byte value2, double key3, byte value3, double key4, byte value4) - Specified by:
within interfaceMutableDoubleByteMapFactory
-
ofInitialCapacity
Description copied from interface:MutableDoubleByteMapFactorySame asMutableDoubleByteMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableDoubleByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableDoubleByteMapFactorySame asMutableDoubleByteMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableDoubleByteMapFactory
-
ofAll
Description copied from interface:MutableDoubleByteMapFactory- Specified by:
ofAllin interfaceMutableDoubleByteMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableDoubleByteMapFactory
-
from
public <T> MutableDoubleByteMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:MutableDoubleByteMapFactoryCreates anMutableDoubleByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableDoubleByteMapFactory
-