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