Class ImmutableIntBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanMapFactoryImpl
- All Implemented Interfaces:
ImmutableIntBooleanMapFactory
public class ImmutableIntBooleanMapFactoryImpl
extends Object
implements ImmutableIntBooleanMapFactory
ImmutableIntBooleanMapFactoryImpl is a factory implementation which creates instances of type
ImmutableIntBooleanMap.
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, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) of()of(int key, boolean value) ofAll(IntBooleanMap map) with()with(int key, boolean value) withAll(IntBooleanMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableIntBooleanMapFactoryImpl
public ImmutableIntBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableIntBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableIntBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableIntBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableIntBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableIntBooleanMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableIntBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableIntBooleanMapFactory
-
from
public <T> ImmutableIntBooleanMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableIntBooleanMapFactory
-