Class ImmutableDoubleBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanMapFactoryImpl
- All Implemented Interfaces:
ImmutableDoubleBooleanMapFactory
public class ImmutableDoubleBooleanMapFactoryImpl
extends Object
implements ImmutableDoubleBooleanMapFactory
ImmutableDoubleBooleanMapFactoryImpl is a factory implementation which creates instances of type
ImmutableDoubleBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) of()of(double key, boolean value) ofAll(DoubleBooleanMap map) with()with(double key, boolean value) withAll(DoubleBooleanMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableDoubleBooleanMapFactoryImpl
public ImmutableDoubleBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableDoubleBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableDoubleBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableDoubleBooleanMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleBooleanMapFactory
-
from
public <T> ImmutableDoubleBooleanMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableDoubleBooleanMapFactory
-