Class MutableShortBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableShortBooleanMapFactoryImpl
- All Implemented Interfaces:
MutableShortBooleanMapFactory
public class MutableShortBooleanMapFactoryImpl
extends Object
implements MutableShortBooleanMapFactory
MutableShortBooleanMapFactoryImpl is a factory implementation which creates instances of type
MutableShortBooleanMap.
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, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) of()of(short key, boolean value) of(short key1, boolean value1, short key2, boolean value2) of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3) of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4) ofAll(ShortBooleanMap map) ofInitialCapacity(int capacity) with()with(short key, boolean value) with(short key1, boolean value1, short key2, boolean value2) with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3) with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4) withAll(ShortBooleanMap map) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableShortBooleanMapFactoryImpl
public MutableShortBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableShortBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableShortBooleanMapFactory
-
with
- Specified by:
within interfaceMutableShortBooleanMapFactory
-
with
- Specified by:
within interfaceMutableShortBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableShortBooleanMapFactory
-
of
- Specified by:
ofin interfaceMutableShortBooleanMapFactory
-
with
- Specified by:
within interfaceMutableShortBooleanMapFactory
-
of
public MutableShortBooleanMap of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3) - Specified by:
ofin interfaceMutableShortBooleanMapFactory
-
with
public MutableShortBooleanMap with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3) - Specified by:
within interfaceMutableShortBooleanMapFactory
-
of
public MutableShortBooleanMap of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4) - Specified by:
ofin interfaceMutableShortBooleanMapFactory
-
with
public MutableShortBooleanMap with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4) - Specified by:
within interfaceMutableShortBooleanMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableShortBooleanMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableShortBooleanMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableShortBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableShortBooleanMapFactory
-
from
public <T> MutableShortBooleanMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) - Specified by:
fromin interfaceMutableShortBooleanMapFactory
-