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) Creates anMutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableLongByteMapFactory.empty().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) Same asMutableLongByteMapFactory.empty().with()Same asMutableLongByteMapFactory.empty().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) Same asMutableLongByteMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableLongByteMapFactoryImpl
public MutableLongByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableLongByteMapFactory
-
of
Description copied from interface:MutableLongByteMapFactorySame asMutableLongByteMapFactory.empty().- Specified by:
ofin interfaceMutableLongByteMapFactory
-
with
Description copied from interface:MutableLongByteMapFactorySame asMutableLongByteMapFactory.empty().- 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
Description copied from interface:MutableLongByteMapFactorySame asMutableLongByteMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableLongByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableLongByteMapFactorySame asMutableLongByteMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableLongByteMapFactory
-
ofAll
Description copied from interface:MutableLongByteMapFactory- 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) Description copied from interface:MutableLongByteMapFactoryCreates anMutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableLongByteMapFactory
-