Enum ImmutableCharCharMapFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableCharCharMapFactoryImpl>
org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharMapFactoryImpl
- All Implemented Interfaces:
Serializable
,Comparable<ImmutableCharCharMapFactoryImpl>
,java.lang.constant.Constable
,ImmutableCharCharMapFactory
public enum ImmutableCharCharMapFactoryImpl
extends Enum<ImmutableCharCharMapFactoryImpl>
implements ImmutableCharCharMapFactory
ImmutableCharCharMapFactoryImpl is a factory implementation which creates instances of type
ImmutableCharCharMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionempty()
from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableCharCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.of()
Same asImmutableCharCharMapFactory.empty()
.of
(char key, char value) ofAll
(CharCharMap map) Returns the enum constant of this type with the specified name.static ImmutableCharCharMapFactoryImpl[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.with()
Same asImmutableCharCharMapFactory.empty()
.with
(char key, char value) withAll
(CharCharMap map) Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
empty
- Specified by:
empty
in interfaceImmutableCharCharMapFactory
-
of
Description copied from interface:ImmutableCharCharMapFactory
Same asImmutableCharCharMapFactory.empty()
.- Specified by:
of
in interfaceImmutableCharCharMapFactory
-
with
Description copied from interface:ImmutableCharCharMapFactory
Same asImmutableCharCharMapFactory.empty()
.- Specified by:
with
in interfaceImmutableCharCharMapFactory
-
of
Description copied from interface:ImmutableCharCharMapFactory
- Specified by:
of
in interfaceImmutableCharCharMapFactory
-
with
- Specified by:
with
in interfaceImmutableCharCharMapFactory
-
ofAll
Description copied from interface:ImmutableCharCharMapFactory
- Specified by:
ofAll
in interfaceImmutableCharCharMapFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableCharCharMapFactory
-
from
public <T> ImmutableCharCharMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Description copied from interface:ImmutableCharCharMapFactory
Creates anImmutableCharCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.- Specified by:
from
in interfaceImmutableCharCharMapFactory
-