Class MutableObjectShortMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableObjectShortMapFactoryImpl
- All Implemented Interfaces:
MutableObjectShortMapFactory
public class MutableObjectShortMapFactoryImpl
extends Object
implements MutableObjectShortMapFactory
MutableObjectShortMapFactoryImpl is a factory implementation which creates instances of type
MutableObjectShortMap.
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> MutableObjectShortMap<K>empty()<T,K> MutableObjectShortMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ShortFunction<? super T> valueFunction) <K> MutableObjectShortMap<K>of()<K> MutableObjectShortMap<K>of(K key, short value) <K> MutableObjectShortMap<K>of(K key1, short value1, K key2, short value2) <K> MutableObjectShortMap<K>of(K key1, short value1, K key2, short value2, K key3, short value3) <K> MutableObjectShortMap<K>of(K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4) <K> MutableObjectShortMap<K>ofAll(ObjectShortMap<? extends K> map) <K> MutableObjectShortMap<K>ofInitialCapacity(int capacity) <K> MutableObjectShortMap<K>with()<K> MutableObjectShortMap<K>with(K key, short value) <K> MutableObjectShortMap<K>with(K key1, short value1, K key2, short value2) <K> MutableObjectShortMap<K>with(K key1, short value1, K key2, short value2, K key3, short value3) <K> MutableObjectShortMap<K>with(K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4) <K> MutableObjectShortMap<K>withAll(ObjectShortMap<? extends K> map) <K> MutableObjectShortMap<K>withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableObjectShortMapFactoryImpl
public MutableObjectShortMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableObjectShortMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectShortMapFactory
-
with
- Specified by:
within interfaceMutableObjectShortMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectShortMapFactory
-
with
- Specified by:
within interfaceMutableObjectShortMapFactory
-
of
- Specified by:
ofin interfaceMutableObjectShortMapFactory
-
with
- Specified by:
within interfaceMutableObjectShortMapFactory
-
of
public <K> MutableObjectShortMap<K> of(K key1, short value1, K key2, short value2, K key3, short value3) - Specified by:
ofin interfaceMutableObjectShortMapFactory
-
with
public <K> MutableObjectShortMap<K> with(K key1, short value1, K key2, short value2, K key3, short value3) - Specified by:
within interfaceMutableObjectShortMapFactory
-
of
public <K> MutableObjectShortMap<K> of(K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4) - Specified by:
ofin interfaceMutableObjectShortMapFactory
-
with
public <K> MutableObjectShortMap<K> with(K key1, short value1, K key2, short value2, K key3, short value3, K key4, short value4) - Specified by:
within interfaceMutableObjectShortMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableObjectShortMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableObjectShortMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableObjectShortMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableObjectShortMapFactory
-
from
public <T,K> MutableObjectShortMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ShortFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableObjectShortMapFactory
-