Enum ImmutableDoubleCharMapFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableDoubleCharMapFactoryImpl>
org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharMapFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableDoubleCharMapFactoryImpl>,java.lang.constant.Constable,ImmutableDoubleCharMapFactory
public enum ImmutableDoubleCharMapFactoryImpl
extends Enum<ImmutableDoubleCharMapFactoryImpl>
implements ImmutableDoubleCharMapFactory
ImmutableDoubleCharMapFactoryImpl is a factory implementation which creates instances of type
ImmutableDoubleCharMap.
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, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableDoubleCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()of(double key, char value) ofAll(DoubleCharMap map) Returns the enum constant of this type with the specified name.static ImmutableDoubleCharMapFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.with()with(double key, char value) withAll(DoubleCharMap 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 interfaceImmutableDoubleCharMapFactory
-
of
Description copied from interface:ImmutableDoubleCharMapFactory- Specified by:
ofin interfaceImmutableDoubleCharMapFactory
-
with
Description copied from interface:ImmutableDoubleCharMapFactory- Specified by:
within interfaceImmutableDoubleCharMapFactory
-
of
Description copied from interface:ImmutableDoubleCharMapFactory- Specified by:
ofin interfaceImmutableDoubleCharMapFactory
-
with
- Specified by:
within interfaceImmutableDoubleCharMapFactory
-
ofAll
Description copied from interface:ImmutableDoubleCharMapFactory- Specified by:
ofAllin interfaceImmutableDoubleCharMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleCharMapFactory
-
from
public <T> ImmutableDoubleCharMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Description copied from interface:ImmutableDoubleCharMapFactoryCreates anImmutableDoubleCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableDoubleCharMapFactory
-