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