Class ImmutableFloatCharMapFactoryImpl
- java.lang.Object
-
- org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharMapFactoryImpl
-
- All Implemented Interfaces:
ImmutableFloatCharMapFactory
public class ImmutableFloatCharMapFactoryImpl extends Object implements ImmutableFloatCharMapFactory
ImmutableFloatCharMapFactoryImpl is a factory implementation which creates instances of typeImmutableFloatCharMap. This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableFloatCharMapFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description ImmutableFloatCharMapFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableFloatCharMapempty()<T> ImmutableFloatCharMapfrom(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)ImmutableFloatCharMapof()ImmutableFloatCharMapof(float key, char value)ImmutableFloatCharMapofAll(FloatCharMap map)ImmutableFloatCharMapwith()ImmutableFloatCharMapwith(float key, char value)ImmutableFloatCharMapwithAll(FloatCharMap map)
-
-
-
Field Detail
-
INSTANCE
public static final ImmutableFloatCharMapFactory INSTANCE
-
-
Method Detail
-
empty
public ImmutableFloatCharMap empty()
- Specified by:
emptyin interfaceImmutableFloatCharMapFactory
-
of
public ImmutableFloatCharMap of()
- Specified by:
ofin interfaceImmutableFloatCharMapFactory
-
with
public ImmutableFloatCharMap with()
- Specified by:
within interfaceImmutableFloatCharMapFactory
-
of
public ImmutableFloatCharMap of(float key, char value)
- Specified by:
ofin interfaceImmutableFloatCharMapFactory
-
with
public ImmutableFloatCharMap with(float key, char value)
- Specified by:
within interfaceImmutableFloatCharMapFactory
-
ofAll
public ImmutableFloatCharMap ofAll(FloatCharMap map)
- Specified by:
ofAllin interfaceImmutableFloatCharMapFactory
-
withAll
public ImmutableFloatCharMap withAll(FloatCharMap map)
- Specified by:
withAllin interfaceImmutableFloatCharMapFactory
-
from
public <T> ImmutableFloatCharMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
- Specified by:
fromin interfaceImmutableFloatCharMapFactory
-
-