Class ImmutableObjectShortMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortMapFactoryImpl
- All Implemented Interfaces:
ImmutableObjectShortMapFactory
public class ImmutableObjectShortMapFactoryImpl
extends Object
implements ImmutableObjectShortMapFactory
ImmutableObjectShortMapFactoryImpl is a factory implementation which creates instances of type
ImmutableObjectShortMap.
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> ImmutableObjectShortMap<K>empty()<T,K> ImmutableObjectShortMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ShortFunction<? super T> valueFunction) <K> ImmutableObjectShortMap<K>of()<K> ImmutableObjectShortMap<K>of(K key, short value) <K> ImmutableObjectShortMap<K>ofAll(ObjectShortMap<? extends K> map) <K> ImmutableObjectShortMap<K>with()<K> ImmutableObjectShortMap<K>with(K key, short value) <K> ImmutableObjectShortMap<K>withAll(ObjectShortMap<? extends K> map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableObjectShortMapFactoryImpl
public ImmutableObjectShortMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableObjectShortMapFactory
-
of
- Specified by:
ofin interfaceImmutableObjectShortMapFactory
-
with
- Specified by:
within interfaceImmutableObjectShortMapFactory
-
of
- Specified by:
ofin interfaceImmutableObjectShortMapFactory
-
with
- Specified by:
within interfaceImmutableObjectShortMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableObjectShortMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableObjectShortMapFactory
-
from
public <T,K> ImmutableObjectShortMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ShortFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableObjectShortMapFactory
-