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