Enum MutableBooleanStackFactoryImpl
java.lang.Object
java.lang.Enum<MutableBooleanStackFactoryImpl>
org.eclipse.collections.impl.stack.mutable.primitive.MutableBooleanStackFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<MutableBooleanStackFactoryImpl>,java.lang.constant.Constable,MutableBooleanStackFactory
public enum MutableBooleanStackFactoryImpl extends Enum<MutableBooleanStackFactoryImpl> implements MutableBooleanStackFactory
MutableBooleanStackFactoryImpl is a factory implementation which creates instances of type
MutableBooleanStack.
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 MutableBooleanStackempty()MutableBooleanStackof()Same asMutableBooleanStackFactory.empty().MutableBooleanStackof(boolean... items)MutableBooleanStackofAll(Iterable<Boolean> iterable)MutableBooleanStackofAll(BooleanIterable items)MutableBooleanStackofAllReversed(BooleanIterable items)static MutableBooleanStackFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static MutableBooleanStackFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.MutableBooleanStackwith()Same asMutableBooleanStackFactory.empty().MutableBooleanStackwith(boolean... items)MutableBooleanStackwithAll(Iterable<Boolean> iterable)MutableBooleanStackwithAll(BooleanIterable items)MutableBooleanStackwithAllReversed(BooleanIterable 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 interfaceMutableBooleanStackFactory
-
of
Description copied from interface:MutableBooleanStackFactorySame asMutableBooleanStackFactory.empty().- Specified by:
ofin interfaceMutableBooleanStackFactory
-
with
Description copied from interface:MutableBooleanStackFactorySame asMutableBooleanStackFactory.empty().- Specified by:
within interfaceMutableBooleanStackFactory
-
of
Description copied from interface:MutableBooleanStackFactory- Specified by:
ofin interfaceMutableBooleanStackFactory
-
with
- Specified by:
within interfaceMutableBooleanStackFactory
-
ofAll
Description copied from interface:MutableBooleanStackFactory- Specified by:
ofAllin interfaceMutableBooleanStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableBooleanStackFactory
-
ofAll
Description copied from interface:MutableBooleanStackFactory- Specified by:
ofAllin interfaceMutableBooleanStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableBooleanStackFactory- Since:
- 10.0
-
ofAllReversed
Description copied from interface:MutableBooleanStackFactory- Specified by:
ofAllReversedin interfaceMutableBooleanStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableBooleanStackFactory
-