Class ImmutableFloatBooleanMapFactoryImpl
- java.lang.Object
-
- org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanMapFactoryImpl
-
- All Implemented Interfaces:
ImmutableFloatBooleanMapFactory
public class ImmutableFloatBooleanMapFactoryImpl extends Object implements ImmutableFloatBooleanMapFactory
ImmutableFloatBooleanMapFactoryImpl is a factory implementation which creates instances of typeImmutableFloatBooleanMap. This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableFloatBooleanMapFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description ImmutableFloatBooleanMapFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableFloatBooleanMapempty()<T> ImmutableFloatBooleanMapfrom(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)ImmutableFloatBooleanMapof()ImmutableFloatBooleanMapof(float key, boolean value)ImmutableFloatBooleanMapofAll(FloatBooleanMap map)ImmutableFloatBooleanMapwith()ImmutableFloatBooleanMapwith(float key, boolean value)ImmutableFloatBooleanMapwithAll(FloatBooleanMap map)
-
-
-
Field Detail
-
INSTANCE
public static final ImmutableFloatBooleanMapFactory INSTANCE
-
-
Method Detail
-
empty
public ImmutableFloatBooleanMap empty()
- Specified by:
emptyin interfaceImmutableFloatBooleanMapFactory
-
of
public ImmutableFloatBooleanMap of()
- Specified by:
ofin interfaceImmutableFloatBooleanMapFactory
-
with
public ImmutableFloatBooleanMap with()
- Specified by:
within interfaceImmutableFloatBooleanMapFactory
-
of
public ImmutableFloatBooleanMap of(float key, boolean value)
- Specified by:
ofin interfaceImmutableFloatBooleanMapFactory
-
with
public ImmutableFloatBooleanMap with(float key, boolean value)
- Specified by:
within interfaceImmutableFloatBooleanMapFactory
-
ofAll
public ImmutableFloatBooleanMap ofAll(FloatBooleanMap map)
- Specified by:
ofAllin interfaceImmutableFloatBooleanMapFactory
-
withAll
public ImmutableFloatBooleanMap withAll(FloatBooleanMap map)
- Specified by:
withAllin interfaceImmutableFloatBooleanMapFactory
-
from
public <T> ImmutableFloatBooleanMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
- Specified by:
fromin interfaceImmutableFloatBooleanMapFactory
-
-