Class MutableByteByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableByteByteMapFactoryImpl
- All Implemented Interfaces:
MutableByteByteMapFactory
MutableByteByteMapFactoryImpl is a factory implementation which creates instances of type
MutableByteByteMap.
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, ByteFunction<? super T> valueFunction) Creates anMutableByteByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableByteByteMapFactory.empty().of(byte key, byte value) of(byte key1, byte value1, byte key2, byte value2) of(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3) of(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4) ofAll(ByteByteMap map) ofInitialCapacity(int capacity) Same asMutableByteByteMapFactory.empty().with()Same asMutableByteByteMapFactory.empty().with(byte key, byte value) with(byte key1, byte value1, byte key2, byte value2) with(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3) with(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4) withAll(ByteByteMap map) withInitialCapacity(int capacity) Same asMutableByteByteMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteByteMapFactoryImpl
public MutableByteByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteByteMapFactory
-
of
Description copied from interface:MutableByteByteMapFactorySame asMutableByteByteMapFactory.empty().- Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
Description copied from interface:MutableByteByteMapFactorySame asMutableByteByteMapFactory.empty().- Specified by:
within interfaceMutableByteByteMapFactory
-
with
- Specified by:
within interfaceMutableByteByteMapFactory
-
of
- Specified by:
ofin interfaceMutableByteByteMapFactory
-
of
- Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
- Specified by:
within interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3) - Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3) - Specified by:
within interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4) - Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4) - Specified by:
within interfaceMutableByteByteMapFactory
-
ofInitialCapacity
Description copied from interface:MutableByteByteMapFactorySame asMutableByteByteMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableByteByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableByteByteMapFactorySame asMutableByteByteMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableByteByteMapFactory
-
ofAll
Description copied from interface:MutableByteByteMapFactory- Specified by:
ofAllin interfaceMutableByteByteMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableByteByteMapFactory
-
from
public <T> MutableByteByteMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:MutableByteByteMapFactoryCreates anMutableByteByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableByteByteMapFactory
-