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