Enum ImmutableFloatListFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableFloatListFactoryImpl>
org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatListFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableFloatListFactoryImpl>,java.lang.constant.Constable,ImmutableFloatListFactory
public enum ImmutableFloatListFactoryImpl extends Enum<ImmutableFloatListFactoryImpl> implements ImmutableFloatListFactory
ImmutableFloatListFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatList.
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 ImmutableFloatListempty()ImmutableFloatListof()Same asImmutableFloatListFactory.empty().ImmutableFloatListof(float one)ImmutableFloatListof(float... items)ImmutableFloatListofAll(Iterable<Float> iterable)ImmutableFloatListofAll(FloatIterable items)static ImmutableFloatListFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableFloatListFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableFloatListwith()Same asImmutableFloatListFactory.empty().ImmutableFloatListwith(float one)ImmutableFloatListwith(float... items)ImmutableFloatListwithAll(Iterable<Float> iterable)ImmutableFloatListwithAll(FloatIterable 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 interfaceImmutableFloatListFactory
-
of
Description copied from interface:ImmutableFloatListFactorySame asImmutableFloatListFactory.empty().- Specified by:
ofin interfaceImmutableFloatListFactory
-
with
Description copied from interface:ImmutableFloatListFactorySame asImmutableFloatListFactory.empty().- Specified by:
within interfaceImmutableFloatListFactory
-
of
Description copied from interface:ImmutableFloatListFactory- Specified by:
ofin interfaceImmutableFloatListFactory
-
with
- Specified by:
within interfaceImmutableFloatListFactory
-
of
Description copied from interface:ImmutableFloatListFactory- Specified by:
ofin interfaceImmutableFloatListFactory
-
with
- Specified by:
within interfaceImmutableFloatListFactory
-
ofAll
Description copied from interface:ImmutableFloatListFactory- Specified by:
ofAllin interfaceImmutableFloatListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableFloatListFactory
-
ofAll
Description copied from interface:ImmutableFloatListFactory- Specified by:
ofAllin interfaceImmutableFloatListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableFloatListFactory- Since:
- 10.0
-