Class ImmutableCharShortMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortMapFactoryImpl
- All Implemented Interfaces:
ImmutableCharShortMapFactory
public class ImmutableCharShortMapFactoryImpl
extends Object
implements ImmutableCharShortMapFactory
ImmutableCharShortMapFactoryImpl is a factory implementation which creates instances of type
ImmutableCharShortMap.
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, ShortFunction<? super T> valueFunction) of()of(char key, short value) ofAll(CharShortMap map) with()with(char key, short value) withAll(CharShortMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableCharShortMapFactoryImpl
public ImmutableCharShortMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableCharShortMapFactory
-
of
- Specified by:
ofin interfaceImmutableCharShortMapFactory
-
with
- Specified by:
within interfaceImmutableCharShortMapFactory
-
of
- Specified by:
ofin interfaceImmutableCharShortMapFactory
-
with
- Specified by:
within interfaceImmutableCharShortMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableCharShortMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableCharShortMapFactory
-
from
public <T> ImmutableCharShortMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableCharShortMapFactory
-