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 anImmutableCharCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.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:
emptyin interfaceImmutableCharCharMapFactory
-
of
Description copied from interface:ImmutableCharCharMapFactorySame asImmutableCharCharMapFactory.empty().- Specified by:
ofin interfaceImmutableCharCharMapFactory
-
with
Description copied from interface:ImmutableCharCharMapFactorySame asImmutableCharCharMapFactory.empty().- Specified by:
within interfaceImmutableCharCharMapFactory
-
of
Description copied from interface:ImmutableCharCharMapFactory- Specified by:
ofin interfaceImmutableCharCharMapFactory
-
with
- Specified by:
within interfaceImmutableCharCharMapFactory
-
ofAll
Description copied from interface:ImmutableCharCharMapFactory- Specified by:
ofAllin interfaceImmutableCharCharMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableCharCharMapFactory
-
from
public <T> ImmutableCharCharMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Description copied from interface:ImmutableCharCharMapFactoryCreates anImmutableCharCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableCharCharMapFactory
-