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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()from(Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) of()of(long key, char value) ofAll(LongCharMap map) with()with(long key, char value) withAll(LongCharMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongCharMapFactoryImpl
public ImmutableLongCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongCharMapFactory
-
of
- Specified by:
ofin interfaceImmutableLongCharMapFactory
-
with
- Specified by:
within interfaceImmutableLongCharMapFactory
-
of
- Specified by:
ofin interfaceImmutableLongCharMapFactory
-
with
- Specified by:
within interfaceImmutableLongCharMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongCharMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongCharMapFactory
-
from
public <T> ImmutableLongCharMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableLongCharMapFactory
-