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