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