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) Creates anMutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableByteBooleanMapFactory.empty().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) Same asMutableByteBooleanMapFactory.empty().with()Same asMutableByteBooleanMapFactory.empty().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) Same asMutableByteBooleanMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteBooleanMapFactoryImpl
public MutableByteBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteBooleanMapFactory
-
of
Description copied from interface:MutableByteBooleanMapFactorySame asMutableByteBooleanMapFactory.empty().- Specified by:
ofin interfaceMutableByteBooleanMapFactory
-
with
Description copied from interface:MutableByteBooleanMapFactorySame asMutableByteBooleanMapFactory.empty().- 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
Description copied from interface:MutableByteBooleanMapFactorySame asMutableByteBooleanMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableByteBooleanMapFactory
-
withInitialCapacity
Description copied from interface:MutableByteBooleanMapFactorySame asMutableByteBooleanMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableByteBooleanMapFactory
-
ofAll
Description copied from interface:MutableByteBooleanMapFactory- 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) Description copied from interface:MutableByteBooleanMapFactoryCreates anMutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableByteBooleanMapFactory
-