Enum MutableDoubleStackFactoryImpl
java.lang.Object
java.lang.Enum<MutableDoubleStackFactoryImpl>
org.eclipse.collections.impl.stack.mutable.primitive.MutableDoubleStackFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<MutableDoubleStackFactoryImpl>,java.lang.constant.Constable,MutableDoubleStackFactory
public enum MutableDoubleStackFactoryImpl extends Enum<MutableDoubleStackFactoryImpl> implements MutableDoubleStackFactory
MutableDoubleStackFactoryImpl is a factory implementation which creates instances of type
MutableDoubleStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.- Since:
- 6.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description MutableDoubleStackempty()MutableDoubleStackof()Same asMutableDoubleStackFactory.empty().MutableDoubleStackof(double... items)MutableDoubleStackofAll(Iterable<Double> iterable)MutableDoubleStackofAll(DoubleStream items)MutableDoubleStackofAll(DoubleIterable items)MutableDoubleStackofAllReversed(DoubleIterable items)static MutableDoubleStackFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static MutableDoubleStackFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.MutableDoubleStackwith()Same asMutableDoubleStackFactory.empty().MutableDoubleStackwith(double... items)MutableDoubleStackwithAll(Iterable<Double> iterable)MutableDoubleStackwithAll(DoubleStream items)MutableDoubleStackwithAll(DoubleIterable items)MutableDoubleStackwithAllReversed(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 interfaceMutableDoubleStackFactory
-
of
Description copied from interface:MutableDoubleStackFactorySame asMutableDoubleStackFactory.empty().- Specified by:
ofin interfaceMutableDoubleStackFactory
-
with
Description copied from interface:MutableDoubleStackFactorySame asMutableDoubleStackFactory.empty().- Specified by:
within interfaceMutableDoubleStackFactory
-
of
Description copied from interface:MutableDoubleStackFactory- Specified by:
ofin interfaceMutableDoubleStackFactory
-
with
- Specified by:
within interfaceMutableDoubleStackFactory
-
ofAll
Description copied from interface:MutableDoubleStackFactory- Specified by:
ofAllin interfaceMutableDoubleStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableDoubleStackFactory
-
ofAll
Description copied from interface:MutableDoubleStackFactory- Specified by:
ofAllin interfaceMutableDoubleStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableDoubleStackFactory- Since:
- 10.0
-
ofAllReversed
Description copied from interface:MutableDoubleStackFactory- Specified by:
ofAllReversedin interfaceMutableDoubleStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableDoubleStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableDoubleStackFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableDoubleStackFactory- Since:
- 9.0
-