Enum ImmutableDoubleListFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableDoubleListFactoryImpl>
org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleListFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableDoubleListFactoryImpl>,java.lang.constant.Constable,ImmutableDoubleListFactory
public enum ImmutableDoubleListFactoryImpl extends Enum<ImmutableDoubleListFactoryImpl> implements ImmutableDoubleListFactory
ImmutableDoubleListFactoryImpl is a factory implementation which creates instances of type
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.- Since:
- 3.2.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description ImmutableDoubleListempty()ImmutableDoubleListof()Same asImmutableDoubleListFactory.empty().ImmutableDoubleListof(double one)ImmutableDoubleListof(double... items)ImmutableDoubleListofAll(Iterable<Double> iterable)ImmutableDoubleListofAll(DoubleStream items)ImmutableDoubleListofAll(DoubleIterable items)static ImmutableDoubleListFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableDoubleListFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableDoubleListwith()Same asImmutableDoubleListFactory.empty().ImmutableDoubleListwith(double one)ImmutableDoubleListwith(double... items)ImmutableDoubleListwithAll(Iterable<Double> iterable)ImmutableDoubleListwithAll(DoubleStream items)ImmutableDoubleListwithAll(DoubleIterable items)Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
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 interfaceImmutableDoubleListFactory
-
of
Description copied from interface:ImmutableDoubleListFactorySame asImmutableDoubleListFactory.empty().- Specified by:
ofin interfaceImmutableDoubleListFactory
-
with
Description copied from interface:ImmutableDoubleListFactorySame asImmutableDoubleListFactory.empty().- Specified by:
within interfaceImmutableDoubleListFactory
-
of
Description copied from interface:ImmutableDoubleListFactory- Specified by:
ofin interfaceImmutableDoubleListFactory
-
with
- Specified by:
within interfaceImmutableDoubleListFactory
-
of
Description copied from interface:ImmutableDoubleListFactory- Specified by:
ofin interfaceImmutableDoubleListFactory
-
with
- Specified by:
within interfaceImmutableDoubleListFactory
-
ofAll
Description copied from interface:ImmutableDoubleListFactory- Specified by:
ofAllin interfaceImmutableDoubleListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleListFactory
-
ofAll
Description copied from interface:ImmutableDoubleListFactory- Specified by:
ofAllin interfaceImmutableDoubleListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleListFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleListFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleListFactory- Since:
- 9.0
-