Enum MutableFloatBagFactoryImpl
java.lang.Object
java.lang.Enum<MutableFloatBagFactoryImpl>
org.eclipse.collections.impl.bag.mutable.primitive.MutableFloatBagFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<MutableFloatBagFactoryImpl>,java.lang.constant.Constable,MutableFloatBagFactory
public enum MutableFloatBagFactoryImpl extends Enum<MutableFloatBagFactoryImpl> implements MutableFloatBagFactory
MutableFloatBagFactoryImpl is a factory implementation which creates instances of type
MutableFloatBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.- Since:
- 6.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description MutableFloatBagempty()MutableFloatBagof()Same asMutableFloatBagFactory.empty().MutableFloatBagof(float... items)Same asMutableFloatBagFactory.with(float[]).MutableFloatBagofAll(Iterable<Float> iterable)MutableFloatBagofAll(FloatIterable items)static MutableFloatBagFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static MutableFloatBagFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.MutableFloatBagwith()Same asMutableFloatBagFactory.empty().MutableFloatBagwith(float... items)MutableFloatBagwithAll(Iterable<Float> iterable)MutableFloatBagwithAll(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 interfaceMutableFloatBagFactory
-
of
Description copied from interface:MutableFloatBagFactorySame asMutableFloatBagFactory.empty().- Specified by:
ofin interfaceMutableFloatBagFactory
-
with
Description copied from interface:MutableFloatBagFactorySame asMutableFloatBagFactory.empty().- Specified by:
within interfaceMutableFloatBagFactory
-
of
Description copied from interface:MutableFloatBagFactorySame asMutableFloatBagFactory.with(float[]).- Specified by:
ofin interfaceMutableFloatBagFactory
-
with
- Specified by:
within interfaceMutableFloatBagFactory
-
ofAll
Description copied from interface:MutableFloatBagFactory- Specified by:
ofAllin interfaceMutableFloatBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatBagFactory
-
ofAll
Description copied from interface:MutableFloatBagFactory- Specified by:
ofAllin interfaceMutableFloatBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableFloatBagFactory- Since:
- 10.0
-