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) Creates anMutableByteCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asMutableByteCharMapFactory.empty().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) Same asMutableByteCharMapFactory.empty().with()Same asMutableByteCharMapFactory.empty().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) Same asMutableByteCharMapFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteCharMapFactoryImpl
public MutableByteCharMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteCharMapFactory
-
of
Description copied from interface:MutableByteCharMapFactorySame asMutableByteCharMapFactory.empty().- Specified by:
ofin interfaceMutableByteCharMapFactory
-
with
Description copied from interface:MutableByteCharMapFactorySame asMutableByteCharMapFactory.empty().- 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
Description copied from interface:MutableByteCharMapFactorySame asMutableByteCharMapFactory.empty(). but takes in an initial capacity- Specified by:
ofInitialCapacityin interfaceMutableByteCharMapFactory
-
withInitialCapacity
Description copied from interface:MutableByteCharMapFactorySame asMutableByteCharMapFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableByteCharMapFactory
-
ofAll
Description copied from interface:MutableByteCharMapFactory- 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) Description copied from interface:MutableByteCharMapFactoryCreates anMutableByteCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceMutableByteCharMapFactory
-