Class ImmutableCharBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanMapFactoryImpl
- All Implemented Interfaces:
ImmutableCharBooleanMapFactory
public class ImmutableCharBooleanMapFactoryImpl
extends Object
implements ImmutableCharBooleanMapFactory
ImmutableCharBooleanMapFactoryImpl is a factory implementation which creates instances of type
ImmutableCharBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) of()of(char key, boolean value) ofAll(CharBooleanMap map) with()with(char key, boolean value) withAll(CharBooleanMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableCharBooleanMapFactoryImpl
public ImmutableCharBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableCharBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableCharBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableCharBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableCharBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableCharBooleanMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableCharBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableCharBooleanMapFactory
-
from
public <T> ImmutableCharBooleanMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableCharBooleanMapFactory
-