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