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