Class ImmutableByteDoubleMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleMapFactoryImpl
- All Implemented Interfaces:
ImmutableByteDoubleMapFactory
public class ImmutableByteDoubleMapFactoryImpl
extends Object
implements ImmutableByteDoubleMapFactory
ImmutableByteDoubleMapFactoryImpl is a factory implementation which creates instances of type
ImmutableByteDoubleMap.
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, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) of()of(byte key, double value) ofAll(ByteDoubleMap map) with()with(byte key, double value) withAll(ByteDoubleMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteDoubleMapFactoryImpl
public ImmutableByteDoubleMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteDoubleMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteDoubleMapFactory
-
with
- Specified by:
within interfaceImmutableByteDoubleMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteDoubleMapFactory
-
with
- Specified by:
within interfaceImmutableByteDoubleMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableByteDoubleMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteDoubleMapFactory
-
from
public <T> ImmutableByteDoubleMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableByteDoubleMapFactory
-