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