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