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