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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableCharByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.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:
empty
in interfaceMutableCharByteMapFactory
-
of
Description copied from interface:MutableCharByteMapFactory
Same asMutableCharByteMapFactory.empty()
.- Specified by:
of
in interfaceMutableCharByteMapFactory
-
with
Description copied from interface:MutableCharByteMapFactory
Same asMutableCharByteMapFactory.empty()
.- Specified by:
with
in interfaceMutableCharByteMapFactory
-
with
- Specified by:
with
in interfaceMutableCharByteMapFactory
-
of
- Specified by:
of
in interfaceMutableCharByteMapFactory
-
of
- Specified by:
of
in interfaceMutableCharByteMapFactory
-
with
- Specified by:
with
in interfaceMutableCharByteMapFactory
-
of
public MutableCharByteMap of(char key1, byte value1, char key2, byte value2, char key3, byte value3) - Specified by:
of
in interfaceMutableCharByteMapFactory
-
with
public MutableCharByteMap with(char key1, byte value1, char key2, byte value2, char key3, byte value3) - Specified by:
with
in interfaceMutableCharByteMapFactory
-
of
public MutableCharByteMap of(char key1, byte value1, char key2, byte value2, char key3, byte value3, char key4, byte value4) - Specified by:
of
in interfaceMutableCharByteMapFactory
-
with
public MutableCharByteMap with(char key1, byte value1, char key2, byte value2, char key3, byte value3, char key4, byte value4) - Specified by:
with
in interfaceMutableCharByteMapFactory
-
ofInitialCapacity
Description copied from interface:MutableCharByteMapFactory
Same asMutableCharByteMapFactory.empty()
. but takes in an initial capacity- Specified by:
ofInitialCapacity
in interfaceMutableCharByteMapFactory
-
withInitialCapacity
Description copied from interface:MutableCharByteMapFactory
Same asMutableCharByteMapFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableCharByteMapFactory
-
ofAll
Description copied from interface:MutableCharByteMapFactory
- Specified by:
ofAll
in interfaceMutableCharByteMapFactory
-
withAll
- Specified by:
withAll
in interfaceMutableCharByteMapFactory
-
from
public <T> MutableCharByteMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:MutableCharByteMapFactory
Creates anMutableCharByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceMutableCharByteMapFactory
-