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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
from
(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableByteBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.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:
empty
in interfaceMutableByteBooleanMapFactory
-
of
Description copied from interface:MutableByteBooleanMapFactory
Same asMutableByteBooleanMapFactory.empty()
.- Specified by:
of
in interfaceMutableByteBooleanMapFactory
-
with
Description copied from interface:MutableByteBooleanMapFactory
Same asMutableByteBooleanMapFactory.empty()
.- Specified by:
with
in interfaceMutableByteBooleanMapFactory
-
with
- Specified by:
with
in interfaceMutableByteBooleanMapFactory
-
of
- Specified by:
of
in interfaceMutableByteBooleanMapFactory
-
of
- Specified by:
of
in interfaceMutableByteBooleanMapFactory
-
with
- Specified by:
with
in interfaceMutableByteBooleanMapFactory
-
of
public MutableByteBooleanMap of(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3) - Specified by:
of
in interfaceMutableByteBooleanMapFactory
-
with
public MutableByteBooleanMap with(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3) - Specified by:
with
in interfaceMutableByteBooleanMapFactory
-
of
public MutableByteBooleanMap of(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3, byte key4, boolean value4) - Specified by:
of
in interfaceMutableByteBooleanMapFactory
-
with
public MutableByteBooleanMap with(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3, byte key4, boolean value4) - Specified by:
with
in interfaceMutableByteBooleanMapFactory
-
ofInitialCapacity
Description copied from interface:MutableByteBooleanMapFactory
Same asMutableByteBooleanMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableByteBooleanMapFactory
-
withInitialCapacity
Description copied from interface:MutableByteBooleanMapFactory
Same asMutableByteBooleanMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableByteBooleanMapFactory
-
ofAll
Description copied from interface:MutableByteBooleanMapFactory
- Specified by:
ofAll
in interfaceMutableByteBooleanMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableByteBooleanMapFactory
-
from
public <T> MutableByteBooleanMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Description copied from interface:MutableByteBooleanMapFactory
Creates anMutableByteBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableByteBooleanMapFactory
-