Class ImmutableLongCharMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharMapFactoryImpl
- All Implemented Interfaces:
ImmutableLongCharMapFactory
ImmutableLongCharMapFactoryImpl is a factory implementation which creates instances of type
ImmutableLongCharMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableLongCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.of()
Same asImmutableLongCharMapFactory.empty()
.of
(long key, char value) ofAll
(LongCharMap map) with()
Same asImmutableLongCharMapFactory.empty()
.with
(long key, char value) withAll
(LongCharMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongCharMapFactoryImpl
public ImmutableLongCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableLongCharMapFactory
-
of
Description copied from interface:ImmutableLongCharMapFactory
Same asImmutableLongCharMapFactory.empty()
.- Specified by:
of
in interfaceImmutableLongCharMapFactory
-
with
Description copied from interface:ImmutableLongCharMapFactory
Same asImmutableLongCharMapFactory.empty()
.- Specified by:
with
in interfaceImmutableLongCharMapFactory
-
of
Description copied from interface:ImmutableLongCharMapFactory
- Specified by:
of
in interfaceImmutableLongCharMapFactory
-
with
- Specified by:
with
in interfaceImmutableLongCharMapFactory
-
ofAll
Description copied from interface:ImmutableLongCharMapFactory
- Specified by:
ofAll
in interfaceImmutableLongCharMapFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableLongCharMapFactory
-
from
public <T> ImmutableLongCharMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Description copied from interface:ImmutableLongCharMapFactory
Creates anImmutableLongCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceImmutableLongCharMapFactory
-