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) of()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) with()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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntBooleanMapFactoryImpl
public MutableIntBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableIntBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableIntBooleanMapFactory
-
with
- Specified by:
within interfaceMutableIntBooleanMapFactory
-
with
- Specified by:
within interfaceMutableIntBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableIntBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableIntBooleanMapFactory
-
with
- Specified by:
within interfaceMutableIntBooleanMapFactory
-
of
public MutableIntBooleanMap of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) - Specified by:
ofin interfaceMutableIntBooleanMapFactory
-
with
public MutableIntBooleanMap with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) - Specified by:
within interfaceMutableIntBooleanMapFactory
-
of
public MutableIntBooleanMap of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) - Specified by:
ofin interfaceMutableIntBooleanMapFactory
-
with
public MutableIntBooleanMap with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) - Specified by:
within interfaceMutableIntBooleanMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableIntBooleanMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableIntBooleanMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableIntBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntBooleanMapFactory
-
from
public <T> MutableIntBooleanMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableIntBooleanMapFactory
-