Class MutableLongShortMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableLongShortMapFactoryImpl
- All Implemented Interfaces:
MutableLongShortMapFactory
MutableLongShortMapFactoryImpl is a factory implementation which creates instances of type
MutableLongShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 6.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) of(long key1, short value1, long key2, short value2) of(long key1, short value1, long key2, short value2, long key3, short value3) of(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4) ofAll(LongShortMap map) ofInitialCapacity(int capacity) with()with(long key, short value) with(long key1, short value1, long key2, short value2) with(long key1, short value1, long key2, short value2, long key3, short value3) with(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4) withAll(LongShortMap map) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableLongShortMapFactoryImpl
public MutableLongShortMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableLongShortMapFactory
-
of
- Specified by:
ofin interfaceMutableLongShortMapFactory
-
with
- Specified by:
within interfaceMutableLongShortMapFactory
-
with
- Specified by:
within interfaceMutableLongShortMapFactory
-
of
- Specified by:
ofin interfaceMutableLongShortMapFactory
-
of
- Specified by:
ofin interfaceMutableLongShortMapFactory
-
with
- Specified by:
within interfaceMutableLongShortMapFactory
-
of
public MutableLongShortMap of(long key1, short value1, long key2, short value2, long key3, short value3) - Specified by:
ofin interfaceMutableLongShortMapFactory
-
with
public MutableLongShortMap with(long key1, short value1, long key2, short value2, long key3, short value3) - Specified by:
within interfaceMutableLongShortMapFactory
-
of
public MutableLongShortMap of(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4) - Specified by:
ofin interfaceMutableLongShortMapFactory
-
with
public MutableLongShortMap with(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4) - Specified by:
within interfaceMutableLongShortMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableLongShortMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableLongShortMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableLongShortMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableLongShortMapFactory
-
from
public <T> MutableLongShortMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableLongShortMapFactory
-