Enum ImmutableFloatBagFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableFloatBagFactoryImpl>
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatBagFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableFloatBagFactoryImpl>,java.lang.constant.Constable,ImmutableFloatBagFactory
public enum ImmutableFloatBagFactoryImpl extends Enum<ImmutableFloatBagFactoryImpl> implements ImmutableFloatBagFactory
ImmutableFloatBagFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.- Since:
- 4.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description ImmutableFloatBagempty()ImmutableFloatBagof()Same asImmutableFloatBagFactory.empty().ImmutableFloatBagof(float one)Same asImmutableFloatBagFactory.with(float).ImmutableFloatBagof(float... items)ImmutableFloatBagofAll(Iterable<Float> iterable)ImmutableFloatBagofAll(FloatIterable items)static ImmutableFloatBagFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableFloatBagFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableFloatBagwith()Same asImmutableFloatBagFactory.empty().ImmutableFloatBagwith(float one)ImmutableFloatBagwith(float... items)ImmutableFloatBagwithAll(Iterable<Float> iterable)ImmutableFloatBagwithAll(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 interfaceImmutableFloatBagFactory
-
of
Description copied from interface:ImmutableFloatBagFactorySame asImmutableFloatBagFactory.empty().- Specified by:
ofin interfaceImmutableFloatBagFactory
-
with
Description copied from interface:ImmutableFloatBagFactorySame asImmutableFloatBagFactory.empty().- Specified by:
within interfaceImmutableFloatBagFactory
-
of
Description copied from interface:ImmutableFloatBagFactorySame asImmutableFloatBagFactory.with(float).- Specified by:
ofin interfaceImmutableFloatBagFactory
-
with
- Specified by:
within interfaceImmutableFloatBagFactory
-
of
Description copied from interface:ImmutableFloatBagFactory- Specified by:
ofin interfaceImmutableFloatBagFactory
-
with
- Specified by:
within interfaceImmutableFloatBagFactory
-
ofAll
Description copied from interface:ImmutableFloatBagFactory- Specified by:
ofAllin interfaceImmutableFloatBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableFloatBagFactory
-
ofAll
Description copied from interface:ImmutableFloatBagFactory- Specified by:
ofAllin interfaceImmutableFloatBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableFloatBagFactory- Since:
- 10.0
-