Class MutableFloatCharMapFactoryImpl
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.MutableFloatCharMapFactoryImpl
-
- All Implemented Interfaces:
MutableFloatCharMapFactory
public class MutableFloatCharMapFactoryImpl extends Object implements MutableFloatCharMapFactory
MutableFloatCharMapFactoryImpl is a factory implementation which creates instances of typeMutableFloatCharMap. This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 6.0.
-
-
Field Summary
Fields Modifier and Type Field Description static MutableFloatCharMapFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description MutableFloatCharMapFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableFloatCharMapempty()<T> MutableFloatCharMapfrom(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)MutableFloatCharMapof()MutableFloatCharMapof(float key, char value)MutableFloatCharMapof(float key1, char value1, float key2, char value2)MutableFloatCharMapof(float key1, char value1, float key2, char value2, float key3, char value3)MutableFloatCharMapof(float key1, char value1, float key2, char value2, float key3, char value3, float key4, char value4)MutableFloatCharMapofAll(FloatCharMap map)MutableFloatCharMapofInitialCapacity(int capacity)MutableFloatCharMapwith()MutableFloatCharMapwith(float key, char value)MutableFloatCharMapwith(float key1, char value1, float key2, char value2)MutableFloatCharMapwith(float key1, char value1, float key2, char value2, float key3, char value3)MutableFloatCharMapwith(float key1, char value1, float key2, char value2, float key3, char value3, float key4, char value4)MutableFloatCharMapwithAll(FloatCharMap map)MutableFloatCharMapwithInitialCapacity(int capacity)
-
-
-
Field Detail
-
INSTANCE
public static final MutableFloatCharMapFactory INSTANCE
-
-
Method Detail
-
empty
public MutableFloatCharMap empty()
- Specified by:
emptyin interfaceMutableFloatCharMapFactory
-
of
public MutableFloatCharMap of()
- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
public MutableFloatCharMap with()
- Specified by:
within interfaceMutableFloatCharMapFactory
-
with
public MutableFloatCharMap with(float key, char value)
- Specified by:
within interfaceMutableFloatCharMapFactory
-
of
public MutableFloatCharMap of(float key, char value)
- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
of
public MutableFloatCharMap of(float key1, char value1, float key2, char value2)
- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
public MutableFloatCharMap with(float key1, char value1, float key2, char value2)
- Specified by:
within interfaceMutableFloatCharMapFactory
-
of
public MutableFloatCharMap of(float key1, char value1, float key2, char value2, float key3, char value3)
- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
public MutableFloatCharMap with(float key1, char value1, float key2, char value2, float key3, char value3)
- Specified by:
within interfaceMutableFloatCharMapFactory
-
of
public MutableFloatCharMap of(float key1, char value1, float key2, char value2, float key3, char value3, float key4, char value4)
- Specified by:
ofin interfaceMutableFloatCharMapFactory
-
with
public MutableFloatCharMap with(float key1, char value1, float key2, char value2, float key3, char value3, float key4, char value4)
- Specified by:
within interfaceMutableFloatCharMapFactory
-
ofInitialCapacity
public MutableFloatCharMap ofInitialCapacity(int capacity)
- Specified by:
ofInitialCapacityin interfaceMutableFloatCharMapFactory
-
withInitialCapacity
public MutableFloatCharMap withInitialCapacity(int capacity)
- Specified by:
withInitialCapacityin interfaceMutableFloatCharMapFactory
-
ofAll
public MutableFloatCharMap ofAll(FloatCharMap map)
- Specified by:
ofAllin interfaceMutableFloatCharMapFactory
-
withAll
public MutableFloatCharMap withAll(FloatCharMap map)
- Specified by:
withAllin interfaceMutableFloatCharMapFactory
-
from
public <T> MutableFloatCharMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
- Specified by:
fromin interfaceMutableFloatCharMapFactory
-
-