Class ImmutableByteByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteMapFactoryImpl
- All Implemented Interfaces:
ImmutableByteByteMapFactory
ImmutableByteByteMapFactoryImpl is a factory implementation which creates instances of type
ImmutableByteByteMap.
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, ByteFunction<? super T> valueFunction) Creates anImmutableByteByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asImmutableByteByteMapFactory.empty().of(byte key, byte value) ofAll(ByteByteMap map) with()Same asImmutableByteByteMapFactory.empty().with(byte key, byte value) withAll(ByteByteMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteByteMapFactoryImpl
public ImmutableByteByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteByteMapFactory
-
of
Description copied from interface:ImmutableByteByteMapFactorySame asImmutableByteByteMapFactory.empty().- Specified by:
ofin interfaceImmutableByteByteMapFactory
-
with
Description copied from interface:ImmutableByteByteMapFactorySame asImmutableByteByteMapFactory.empty().- Specified by:
within interfaceImmutableByteByteMapFactory
-
of
Description copied from interface:ImmutableByteByteMapFactory- Specified by:
ofin interfaceImmutableByteByteMapFactory
-
with
- Specified by:
within interfaceImmutableByteByteMapFactory
-
ofAll
Description copied from interface:ImmutableByteByteMapFactory- Specified by:
ofAllin interfaceImmutableByteByteMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteByteMapFactory
-
from
public <T> ImmutableByteByteMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:ImmutableByteByteMapFactoryCreates anImmutableByteByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableByteByteMapFactory
-