Enum MutableFloatSetFactoryImpl
java.lang.Object
java.lang.Enum<MutableFloatSetFactoryImpl>
org.eclipse.collections.impl.set.mutable.primitive.MutableFloatSetFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<MutableFloatSetFactoryImpl>,java.lang.constant.Constable,MutableFloatSetFactory
public enum MutableFloatSetFactoryImpl extends Enum<MutableFloatSetFactoryImpl> implements MutableFloatSetFactory
MutableFloatSetFactoryImpl is a factory implementation which creates instances of type
MutableFloatSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.- Since:
- 6.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description MutableFloatSetempty()MutableFloatSetof()Same asMutableFloatSetFactory.empty().MutableFloatSetof(float... items)Same asMutableFloatSetFactory.with(float[]).MutableFloatSetofAll(Iterable<Float> iterable)MutableFloatSetofAll(FloatIterable items)static MutableFloatSetFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static MutableFloatSetFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.MutableFloatSetwith()Same asMutableFloatSetFactory.empty().MutableFloatSetwith(float... items)MutableFloatSetwithAll(Iterable<Float> iterable)MutableFloatSetwithAll(FloatIterable items)MutableFloatSetwithInitialCapacity(int capacity)Same asMutableFloatSetFactory.empty().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 interfaceMutableFloatSetFactory
-
of
Description copied from interface:MutableFloatSetFactorySame asMutableFloatSetFactory.empty().- Specified by:
ofin interfaceMutableFloatSetFactory
-
with
Description copied from interface:MutableFloatSetFactorySame asMutableFloatSetFactory.empty().- Specified by:
within interfaceMutableFloatSetFactory
-
withInitialCapacity
Description copied from interface:MutableFloatSetFactorySame asMutableFloatSetFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableFloatSetFactory
-
of
Description copied from interface:MutableFloatSetFactorySame asMutableFloatSetFactory.with(float[]).- Specified by:
ofin interfaceMutableFloatSetFactory
-
with
- Specified by:
within interfaceMutableFloatSetFactory
-
ofAll
Description copied from interface:MutableFloatSetFactory- Specified by:
ofAllin interfaceMutableFloatSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatSetFactory
-
ofAll
Description copied from interface:MutableFloatSetFactory- Specified by:
ofAllin interfaceMutableFloatSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableFloatSetFactory- Since:
- 10.0
-