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) Creates anMutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableFloatLongMapFactory.empty().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) Same asMutableFloatLongMapFactory.empty().with()Same asMutableFloatLongMapFactory.empty().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) Same asMutableFloatLongMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatLongMapFactoryImpl
public MutableFloatLongMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatLongMapFactory
-
of
Description copied from interface:MutableFloatLongMapFactorySame asMutableFloatLongMapFactory.empty().- Specified by:
ofin interfaceMutableFloatLongMapFactory
-
with
Description copied from interface:MutableFloatLongMapFactorySame asMutableFloatLongMapFactory.empty().- 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
Description copied from interface:MutableFloatLongMapFactorySame asMutableFloatLongMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableFloatLongMapFactory
-
withInitialCapacity
Description copied from interface:MutableFloatLongMapFactorySame asMutableFloatLongMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableFloatLongMapFactory
-
ofAll
Description copied from interface:MutableFloatLongMapFactory- 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) Description copied from interface:MutableFloatLongMapFactoryCreates anMutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableFloatLongMapFactory
-