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