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