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