Class ImmutableLongBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanMapFactoryImpl
- All Implemented Interfaces:
ImmutableLongBooleanMapFactory
public class ImmutableLongBooleanMapFactoryImpl
extends Object
implements ImmutableLongBooleanMapFactory
ImmutableLongBooleanMapFactoryImpl is a factory implementation which creates instances of type
ImmutableLongBooleanMap.
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, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()of(long key, boolean value) ofAll(LongBooleanMap map) with()with(long key, boolean value) withAll(LongBooleanMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongBooleanMapFactoryImpl
public ImmutableLongBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongBooleanMapFactory
-
of
Description copied from interface:ImmutableLongBooleanMapFactory- Specified by:
ofin interfaceImmutableLongBooleanMapFactory
-
with
Description copied from interface:ImmutableLongBooleanMapFactory- Specified by:
within interfaceImmutableLongBooleanMapFactory
-
of
Description copied from interface:ImmutableLongBooleanMapFactory- Specified by:
ofin interfaceImmutableLongBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableLongBooleanMapFactory
-
ofAll
Description copied from interface:ImmutableLongBooleanMapFactory- Specified by:
ofAllin interfaceImmutableLongBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongBooleanMapFactory
-
from
public <T> ImmutableLongBooleanMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Description copied from interface:ImmutableLongBooleanMapFactoryCreates anImmutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableLongBooleanMapFactory
-