Class MutableObjectCharMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableObjectCharMapFactoryImpl
- All Implemented Interfaces:
MutableObjectCharMapFactory
MutableObjectCharMapFactoryImpl is a factory implementation which creates instances of type
MutableObjectCharMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K> MutableObjectCharMap<K>empty()<T,K> MutableObjectCharMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, CharFunction<? super T> valueFunction) <K> MutableObjectCharMap<K>of()<K> MutableObjectCharMap<K>of(K key, char value) <K> MutableObjectCharMap<K>of(K key1, char value1, K key2, char value2) <K> MutableObjectCharMap<K>of(K key1, char value1, K key2, char value2, K key3, char value3) <K> MutableObjectCharMap<K>of(K key1, char value1, K key2, char value2, K key3, char value3, K key4, char value4) <K> MutableObjectCharMap<K>ofAll(ObjectCharMap<? extends K> map) <K> MutableObjectCharMap<K>ofInitialCapacity(int capacity) <K> MutableObjectCharMap<K>with()<K> MutableObjectCharMap<K>with(K key, char value) <K> MutableObjectCharMap<K>with(K key1, char value1, K key2, char value2) <K> MutableObjectCharMap<K>with(K key1, char value1, K key2, char value2, K key3, char value3) <K> MutableObjectCharMap<K>with(K key1, char value1, K key2, char value2, K key3, char value3, K key4, char value4) <K> MutableObjectCharMap<K>withAll(ObjectCharMap<? extends K> map) <K> MutableObjectCharMap<K>withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectCharMapFactoryImpl
public MutableObjectCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectCharMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectCharMapFactory
-
with
- Specified by:
within interfaceMutableObjectCharMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectCharMapFactory
-
with
- Specified by:
within interfaceMutableObjectCharMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectCharMapFactory
-
with
- Specified by:
within interfaceMutableObjectCharMapFactory
-
of
public <K> MutableObjectCharMap<K> of(K key1, char value1, K key2, char value2, K key3, char value3) - Specified by:
ofin interfaceMutableObjectCharMapFactory
-
with
public <K> MutableObjectCharMap<K> with(K key1, char value1, K key2, char value2, K key3, char value3) - Specified by:
within interfaceMutableObjectCharMapFactory
-
of
public <K> MutableObjectCharMap<K> of(K key1, char value1, K key2, char value2, K key3, char value3, K key4, char value4) - Specified by:
ofin interfaceMutableObjectCharMapFactory
-
with
public <K> MutableObjectCharMap<K> with(K key1, char value1, K key2, char value2, K key3, char value3, K key4, char value4) - Specified by:
within interfaceMutableObjectCharMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableObjectCharMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableObjectCharMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableObjectCharMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableObjectCharMapFactory
-
from
public <T,K> MutableObjectCharMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, CharFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableObjectCharMapFactory
-