Class MutableFloatObjectMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableFloatObjectMapFactoryImpl
- All Implemented Interfaces:
MutableFloatObjectMapFactory
public class MutableFloatObjectMapFactoryImpl
extends Object
implements MutableFloatObjectMapFactory
MutableFloatObjectMapFactoryImpl is a factory implementation which creates instances of type
MutableFloatObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> MutableFloatObjectMap<V> empty()<T,V> MutableFloatObjectMap <V> from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anMutableFloatObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<V> MutableFloatObjectMap<V> of()Same asMutableFloatObjectMapFactory.empty().<V> MutableFloatObjectMap<V> of(float key, V value) <V> MutableFloatObjectMap<V> of(float key1, V value1, float key2, V value2) <V> MutableFloatObjectMap<V> of(float key1, V value1, float key2, V value2, float key3, V value3) <V> MutableFloatObjectMap<V> of(float key1, V value1, float key2, V value2, float key3, V value3, float key4, V value4) <V> MutableFloatObjectMap<V> ofAll(FloatObjectMap<? extends V> map) <V> MutableFloatObjectMap<V> ofInitialCapacity(int capacity) Same asMutableFloatObjectMapFactory.empty().<V> MutableFloatObjectMap<V> with()Same asMutableFloatObjectMapFactory.empty().<V> MutableFloatObjectMap<V> with(float key, V value) <V> MutableFloatObjectMap<V> with(float key1, V value1, float key2, V value2) <V> MutableFloatObjectMap<V> with(float key1, V value1, float key2, V value2, float key3, V value3) <V> MutableFloatObjectMap<V> with(float key1, V value1, float key2, V value2, float key3, V value3, float key4, V value4) <V> MutableFloatObjectMap<V> withAll(FloatObjectMap<? extends V> map) <V> MutableFloatObjectMap<V> withInitialCapacity(int capacity) Same asMutableFloatObjectMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatObjectMapFactoryImpl
public MutableFloatObjectMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatObjectMapFactory
-
of
Description copied from interface:MutableFloatObjectMapFactorySame asMutableFloatObjectMapFactory.empty().- Specified by:
ofin interfaceMutableFloatObjectMapFactory
-
with
Description copied from interface:MutableFloatObjectMapFactorySame asMutableFloatObjectMapFactory.empty().- Specified by:
within interfaceMutableFloatObjectMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatObjectMapFactory
-
with
- Specified by:
within interfaceMutableFloatObjectMapFactory
-
of
- Specified by:
ofin interfaceMutableFloatObjectMapFactory
-
with
- Specified by:
within interfaceMutableFloatObjectMapFactory
-
of
public <V> MutableFloatObjectMap<V> of(float key1, V value1, float key2, V value2, float key3, V value3) - Specified by:
ofin interfaceMutableFloatObjectMapFactory
-
with
public <V> MutableFloatObjectMap<V> with(float key1, V value1, float key2, V value2, float key3, V value3) - Specified by:
within interfaceMutableFloatObjectMapFactory
-
of
public <V> MutableFloatObjectMap<V> of(float key1, V value1, float key2, V value2, float key3, V value3, float key4, V value4) - Specified by:
ofin interfaceMutableFloatObjectMapFactory
-
with
public <V> MutableFloatObjectMap<V> with(float key1, V value1, float key2, V value2, float key3, V value3, float key4, V value4) - Specified by:
within interfaceMutableFloatObjectMapFactory
-
ofInitialCapacity
Description copied from interface:MutableFloatObjectMapFactorySame asMutableFloatObjectMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableFloatObjectMapFactory
-
withInitialCapacity
Description copied from interface:MutableFloatObjectMapFactorySame asMutableFloatObjectMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableFloatObjectMapFactory
-
ofAll
Description copied from interface:MutableFloatObjectMapFactory- Specified by:
ofAllin interfaceMutableFloatObjectMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatObjectMapFactory
-
from
public <T,V> MutableFloatObjectMap<V> from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Description copied from interface:MutableFloatObjectMapFactoryCreates anMutableFloatObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableFloatObjectMapFactory
-