Class MutableCharBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableCharBooleanMapFactoryImpl
- All Implemented Interfaces:
MutableCharBooleanMapFactory
public class MutableCharBooleanMapFactoryImpl
extends Object
implements MutableCharBooleanMapFactory
MutableCharBooleanMapFactoryImpl is a factory implementation which creates instances of type
MutableCharBooleanMap.
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, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableCharBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableCharBooleanMapFactory.empty().of(char key, boolean value) of(char key1, boolean value1, char key2, boolean value2) of(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3) of(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3, char key4, boolean value4) ofAll(CharBooleanMap map) ofInitialCapacity(int capacity) Same asMutableCharBooleanMapFactory.empty().with()Same asMutableCharBooleanMapFactory.empty().with(char key, boolean value) with(char key1, boolean value1, char key2, boolean value2) with(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3) with(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3, char key4, boolean value4) withAll(CharBooleanMap map) withInitialCapacity(int capacity) Same asMutableCharBooleanMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableCharBooleanMapFactoryImpl
public MutableCharBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableCharBooleanMapFactory
-
of
Description copied from interface:MutableCharBooleanMapFactorySame asMutableCharBooleanMapFactory.empty().- Specified by:
ofin interfaceMutableCharBooleanMapFactory
-
with
Description copied from interface:MutableCharBooleanMapFactorySame asMutableCharBooleanMapFactory.empty().- Specified by:
within interfaceMutableCharBooleanMapFactory
-
with
- Specified by:
within interfaceMutableCharBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableCharBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableCharBooleanMapFactory
-
with
- Specified by:
within interfaceMutableCharBooleanMapFactory
-
of
public MutableCharBooleanMap of(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3) - Specified by:
ofin interfaceMutableCharBooleanMapFactory
-
with
public MutableCharBooleanMap with(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3) - Specified by:
within interfaceMutableCharBooleanMapFactory
-
of
public MutableCharBooleanMap of(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3, char key4, boolean value4) - Specified by:
ofin interfaceMutableCharBooleanMapFactory
-
with
public MutableCharBooleanMap with(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3, char key4, boolean value4) - Specified by:
within interfaceMutableCharBooleanMapFactory
-
ofInitialCapacity
Description copied from interface:MutableCharBooleanMapFactorySame asMutableCharBooleanMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableCharBooleanMapFactory
-
withInitialCapacity
Description copied from interface:MutableCharBooleanMapFactorySame asMutableCharBooleanMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableCharBooleanMapFactory
-
ofAll
Description copied from interface:MutableCharBooleanMapFactory- Specified by:
ofAllin interfaceMutableCharBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableCharBooleanMapFactory
-
from
public <T> MutableCharBooleanMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Description copied from interface:MutableCharBooleanMapFactoryCreates anMutableCharBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableCharBooleanMapFactory
-