Class MutableLongBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableLongBooleanMapFactoryImpl
- All Implemented Interfaces:
MutableLongBooleanMapFactory
public class MutableLongBooleanMapFactoryImpl
extends Object
implements MutableLongBooleanMapFactory
MutableLongBooleanMapFactoryImpl is a factory implementation which creates instances of type
MutableLongBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 6.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 anMutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableLongBooleanMapFactory.empty().of(long key, boolean value) of(long key1, boolean value1, long key2, boolean value2) of(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3) of(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3, long key4, boolean value4) ofAll(LongBooleanMap map) ofInitialCapacity(int capacity) Same asMutableLongBooleanMapFactory.empty().with()Same asMutableLongBooleanMapFactory.empty().with(long key, boolean value) with(long key1, boolean value1, long key2, boolean value2) with(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3) with(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3, long key4, boolean value4) withAll(LongBooleanMap map) withInitialCapacity(int capacity) Same asMutableLongBooleanMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableLongBooleanMapFactoryImpl
public MutableLongBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableLongBooleanMapFactory
-
of
Description copied from interface:MutableLongBooleanMapFactorySame asMutableLongBooleanMapFactory.empty().- Specified by:
ofin interfaceMutableLongBooleanMapFactory
-
with
Description copied from interface:MutableLongBooleanMapFactorySame asMutableLongBooleanMapFactory.empty().- Specified by:
within interfaceMutableLongBooleanMapFactory
-
with
- Specified by:
within interfaceMutableLongBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableLongBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableLongBooleanMapFactory
-
with
- Specified by:
within interfaceMutableLongBooleanMapFactory
-
of
public MutableLongBooleanMap of(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3) - Specified by:
ofin interfaceMutableLongBooleanMapFactory
-
with
public MutableLongBooleanMap with(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3) - Specified by:
within interfaceMutableLongBooleanMapFactory
-
of
public MutableLongBooleanMap of(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3, long key4, boolean value4) - Specified by:
ofin interfaceMutableLongBooleanMapFactory
-
with
public MutableLongBooleanMap with(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3, long key4, boolean value4) - Specified by:
within interfaceMutableLongBooleanMapFactory
-
ofInitialCapacity
Description copied from interface:MutableLongBooleanMapFactorySame asMutableLongBooleanMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableLongBooleanMapFactory
-
withInitialCapacity
Description copied from interface:MutableLongBooleanMapFactorySame asMutableLongBooleanMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableLongBooleanMapFactory
-
ofAll
Description copied from interface:MutableLongBooleanMapFactory- Specified by:
ofAllin interfaceMutableLongBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableLongBooleanMapFactory
-
from
public <T> MutableLongBooleanMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Description copied from interface:MutableLongBooleanMapFactoryCreates anMutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableLongBooleanMapFactory
-