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