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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableLongBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.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:
empty
in interfaceMutableLongBooleanMapFactory
-
of
Description copied from interface:MutableLongBooleanMapFactory
Same asMutableLongBooleanMapFactory.empty()
.- Specified by:
of
in interfaceMutableLongBooleanMapFactory
-
with
Description copied from interface:MutableLongBooleanMapFactory
Same asMutableLongBooleanMapFactory.empty()
.- Specified by:
with
in interfaceMutableLongBooleanMapFactory
-
with
- Specified by:
with
in interfaceMutableLongBooleanMapFactory
-
of
- Specified by:
of
in interfaceMutableLongBooleanMapFactory
-
of
- Specified by:
of
in interfaceMutableLongBooleanMapFactory
-
with
- Specified by:
with
in interfaceMutableLongBooleanMapFactory
-
of
public MutableLongBooleanMap of(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3) - Specified by:
of
in interfaceMutableLongBooleanMapFactory
-
with
public MutableLongBooleanMap with(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3) - Specified by:
with
in interfaceMutableLongBooleanMapFactory
-
of
public MutableLongBooleanMap of(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3, long key4, boolean value4) - Specified by:
of
in interfaceMutableLongBooleanMapFactory
-
with
public MutableLongBooleanMap with(long key1, boolean value1, long key2, boolean value2, long key3, boolean value3, long key4, boolean value4) - Specified by:
with
in interfaceMutableLongBooleanMapFactory
-
ofInitialCapacity
Description copied from interface:MutableLongBooleanMapFactory
Same asMutableLongBooleanMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableLongBooleanMapFactory
-
withInitialCapacity
Description copied from interface:MutableLongBooleanMapFactory
Same asMutableLongBooleanMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableLongBooleanMapFactory
-
ofAll
Description copied from interface:MutableLongBooleanMapFactory
- Specified by:
ofAll
in interfaceMutableLongBooleanMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableLongBooleanMapFactory
-
from
public <T> MutableLongBooleanMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Description copied from interface:MutableLongBooleanMapFactory
Creates anMutableLongBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableLongBooleanMapFactory
-