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