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) of()of(byte key, byte value) ofAll(ByteByteMap map) with()with(byte key, byte value) withAll(ByteByteMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteByteMapFactoryImpl
public ImmutableByteByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteByteMapFactory
-
with
- Specified by:
within interfaceImmutableByteByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteByteMapFactory
-
with
- Specified by:
within interfaceImmutableByteByteMapFactory
-
ofAll
- 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) - Specified by:
fromin interfaceImmutableByteByteMapFactory
-