Class ImmutableObjectCharMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharMapFactoryImpl
- All Implemented Interfaces:
ImmutableObjectCharMapFactory
public class ImmutableObjectCharMapFactoryImpl
extends Object
implements ImmutableObjectCharMapFactory
ImmutableObjectCharMapFactoryImpl is a factory implementation which creates instances of type
ImmutableObjectCharMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K> ImmutableObjectCharMap<K>empty()<T,K> ImmutableObjectCharMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableObjectCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<K> ImmutableObjectCharMap<K>of()<K> ImmutableObjectCharMap<K>of(K key, char value) <K> ImmutableObjectCharMap<K>ofAll(ObjectCharMap<? extends K> map) <K> ImmutableObjectCharMap<K>with()<K> ImmutableObjectCharMap<K>with(K key, char value) <K> ImmutableObjectCharMap<K>withAll(ObjectCharMap<? extends K> map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableObjectCharMapFactoryImpl
public ImmutableObjectCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableObjectCharMapFactory
-
of
Description copied from interface:ImmutableObjectCharMapFactory- Specified by:
ofin interfaceImmutableObjectCharMapFactory
-
with
Description copied from interface:ImmutableObjectCharMapFactory- Specified by:
within interfaceImmutableObjectCharMapFactory
-
of
Description copied from interface:ImmutableObjectCharMapFactory- Specified by:
ofin interfaceImmutableObjectCharMapFactory
-
with
- Specified by:
within interfaceImmutableObjectCharMapFactory
-
ofAll
Description copied from interface:ImmutableObjectCharMapFactory- Specified by:
ofAllin interfaceImmutableObjectCharMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableObjectCharMapFactory
-
from
public <T,K> ImmutableObjectCharMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, CharFunction<? super T> valueFunction) Description copied from interface:ImmutableObjectCharMapFactoryCreates anImmutableObjectCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableObjectCharMapFactory
-