Class MutableIntBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableIntBooleanMapFactoryImpl
- All Implemented Interfaces:
MutableIntBooleanMapFactory
MutableIntBooleanMapFactoryImpl is a factory implementation which creates instances of type
MutableIntBooleanMap
.
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, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableIntBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.of()
Same asMutableIntBooleanMapFactory.empty()
.of
(int key, boolean value) of
(int key1, boolean value1, int key2, boolean value2) of
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) of
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) ofAll
(IntBooleanMap map) ofInitialCapacity
(int capacity) Same asMutableIntBooleanMapFactory.empty()
.with()
Same asMutableIntBooleanMapFactory.empty()
.with
(int key, boolean value) with
(int key1, boolean value1, int key2, boolean value2) with
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) with
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) withAll
(IntBooleanMap map) withInitialCapacity
(int capacity) Same asMutableIntBooleanMapFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntBooleanMapFactoryImpl
public MutableIntBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableIntBooleanMapFactory
-
of
Description copied from interface:MutableIntBooleanMapFactory
Same asMutableIntBooleanMapFactory.empty()
.- Specified by:
of
in interfaceMutableIntBooleanMapFactory
-
with
Description copied from interface:MutableIntBooleanMapFactory
Same asMutableIntBooleanMapFactory.empty()
.- Specified by:
with
in interfaceMutableIntBooleanMapFactory
-
with
- Specified by:
with
in interfaceMutableIntBooleanMapFactory
-
of
- Specified by:
of
in interfaceMutableIntBooleanMapFactory
-
of
- Specified by:
of
in interfaceMutableIntBooleanMapFactory
-
with
- Specified by:
with
in interfaceMutableIntBooleanMapFactory
-
of
public MutableIntBooleanMap of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) - Specified by:
of
in interfaceMutableIntBooleanMapFactory
-
with
public MutableIntBooleanMap with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) - Specified by:
with
in interfaceMutableIntBooleanMapFactory
-
of
public MutableIntBooleanMap of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) - Specified by:
of
in interfaceMutableIntBooleanMapFactory
-
with
public MutableIntBooleanMap with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) - Specified by:
with
in interfaceMutableIntBooleanMapFactory
-
ofInitialCapacity
Description copied from interface:MutableIntBooleanMapFactory
Same asMutableIntBooleanMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableIntBooleanMapFactory
-
withInitialCapacity
Description copied from interface:MutableIntBooleanMapFactory
Same asMutableIntBooleanMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableIntBooleanMapFactory
-
ofAll
Description copied from interface:MutableIntBooleanMapFactory
- Specified by:
ofAll
in interfaceMutableIntBooleanMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableIntBooleanMapFactory
-
from
public <T> MutableIntBooleanMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Description copied from interface:MutableIntBooleanMapFactory
Creates anMutableIntBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableIntBooleanMapFactory
-