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