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) of()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) with()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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteByteMapFactoryImpl
public MutableByteByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteByteMapFactory
-
of
- Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
- 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
- Specified by:
ofInitialCapacityin interfaceMutableByteByteMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableByteByteMapFactory
-
ofAll
- 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) - Specified by:
fromin interfaceMutableByteByteMapFactory
-