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