Class ImmutableByteCharMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharMapFactoryImpl
- All Implemented Interfaces:
ImmutableByteCharMapFactory
ImmutableByteCharMapFactoryImpl is a factory implementation which creates instances of type
ImmutableByteCharMap.
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, CharFunction<? super T> valueFunction) of()of(byte key, char value) ofAll(ByteCharMap map) with()with(byte key, char value) withAll(ByteCharMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteCharMapFactoryImpl
public ImmutableByteCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteCharMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteCharMapFactory
-
with
- Specified by:
within interfaceImmutableByteCharMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteCharMapFactory
-
with
- Specified by:
within interfaceImmutableByteCharMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableByteCharMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteCharMapFactory
-
from
public <T> ImmutableByteCharMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableByteCharMapFactory
-