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) of()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) with()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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleByteMapFactoryImpl
public MutableDoubleByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableDoubleByteMapFactory
-
of
- Specified by:
ofin interfaceMutableDoubleByteMapFactory
-
with
- 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
- Specified by:
ofInitialCapacityin interfaceMutableDoubleByteMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableDoubleByteMapFactory
-
ofAll
- 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) - Specified by:
fromin interfaceMutableDoubleByteMapFactory
-