Class ImmutableLongByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteMapFactoryImpl
- All Implemented Interfaces:
ImmutableLongByteMapFactory
ImmutableLongByteMapFactoryImpl is a factory implementation which creates instances of type
ImmutableLongByteMap.
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, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anImmutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asImmutableLongByteMapFactory.empty().of(long key, byte value) ofAll(LongByteMap map) with()Same asImmutableLongByteMapFactory.empty().with(long key, byte value) withAll(LongByteMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongByteMapFactoryImpl
public ImmutableLongByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongByteMapFactory
-
of
Description copied from interface:ImmutableLongByteMapFactorySame asImmutableLongByteMapFactory.empty().- Specified by:
ofin interfaceImmutableLongByteMapFactory
-
with
Description copied from interface:ImmutableLongByteMapFactorySame asImmutableLongByteMapFactory.empty().- Specified by:
within interfaceImmutableLongByteMapFactory
-
of
Description copied from interface:ImmutableLongByteMapFactory- Specified by:
ofin interfaceImmutableLongByteMapFactory
-
with
- Specified by:
within interfaceImmutableLongByteMapFactory
-
ofAll
Description copied from interface:ImmutableLongByteMapFactory- Specified by:
ofAllin interfaceImmutableLongByteMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongByteMapFactory
-
from
public <T> ImmutableLongByteMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:ImmutableLongByteMapFactoryCreates anImmutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableLongByteMapFactory
-