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