Class ImmutableShortIntMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntMapFactoryImpl
- All Implemented Interfaces:
ImmutableShortIntMapFactory
ImmutableShortIntMapFactoryImpl is a factory implementation which creates instances of type
ImmutableShortIntMap.
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, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) of()of(short key, int value) ofAll(ShortIntMap map) with()with(short key, int value) withAll(ShortIntMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableShortIntMapFactoryImpl
public ImmutableShortIntMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableShortIntMapFactory
-
of
- Specified by:
ofin interfaceImmutableShortIntMapFactory
-
with
- Specified by:
within interfaceImmutableShortIntMapFactory
-
of
- Specified by:
ofin interfaceImmutableShortIntMapFactory
-
with
- Specified by:
within interfaceImmutableShortIntMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableShortIntMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableShortIntMapFactory
-
from
public <T> ImmutableShortIntMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableShortIntMapFactory
-