Class MutableIntLongMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableIntLongMapFactoryImpl
- All Implemented Interfaces:
MutableIntLongMapFactory
MutableIntLongMapFactoryImpl is a factory implementation which creates instances of type
MutableIntLongMap.
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, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) of()of(int key, long value) of(int key1, long value1, int key2, long value2) of(int key1, long value1, int key2, long value2, int key3, long value3) of(int key1, long value1, int key2, long value2, int key3, long value3, int key4, long value4) ofAll(IntLongMap map) ofInitialCapacity(int capacity) with()with(int key, long value) with(int key1, long value1, int key2, long value2) with(int key1, long value1, int key2, long value2, int key3, long value3) with(int key1, long value1, int key2, long value2, int key3, long value3, int key4, long value4) withAll(IntLongMap map) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntLongMapFactoryImpl
public MutableIntLongMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableIntLongMapFactory
-
of
- Specified by:
ofin interfaceMutableIntLongMapFactory
-
with
- Specified by:
within interfaceMutableIntLongMapFactory
-
with
- Specified by:
within interfaceMutableIntLongMapFactory
-
of
- Specified by:
ofin interfaceMutableIntLongMapFactory
-
of
- Specified by:
ofin interfaceMutableIntLongMapFactory
-
with
- Specified by:
within interfaceMutableIntLongMapFactory
-
of
- Specified by:
ofin interfaceMutableIntLongMapFactory
-
with
- Specified by:
within interfaceMutableIntLongMapFactory
-
of
public MutableIntLongMap of(int key1, long value1, int key2, long value2, int key3, long value3, int key4, long value4) - Specified by:
ofin interfaceMutableIntLongMapFactory
-
with
public MutableIntLongMap with(int key1, long value1, int key2, long value2, int key3, long value3, int key4, long value4) - Specified by:
within interfaceMutableIntLongMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableIntLongMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableIntLongMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableIntLongMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntLongMapFactory
-
from
public <T> MutableIntLongMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableIntLongMapFactory
-