Class ImmutableDoubleByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteMapFactoryImpl
- All Implemented Interfaces:
ImmutableDoubleByteMapFactory
public class ImmutableDoubleByteMapFactoryImpl
extends Object
implements ImmutableDoubleByteMapFactory
ImmutableDoubleByteMapFactoryImpl is a factory implementation which creates instances of type
ImmutableDoubleByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.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) ofAll(DoubleByteMap map) with()with(double key, byte value) withAll(DoubleByteMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableDoubleByteMapFactoryImpl
public ImmutableDoubleByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableDoubleByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleByteMapFactory
-
with
- Specified by:
within interfaceImmutableDoubleByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleByteMapFactory
-
with
- Specified by:
within interfaceImmutableDoubleByteMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleByteMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleByteMapFactory
-
from
public <T> ImmutableDoubleByteMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableDoubleByteMapFactory
-