Enum ImmutableBooleanStackFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableBooleanStackFactoryImpl>
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanStackFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableBooleanStackFactoryImpl>,java.lang.constant.Constable,ImmutableBooleanStackFactory
public enum ImmutableBooleanStackFactoryImpl extends Enum<ImmutableBooleanStackFactoryImpl> implements ImmutableBooleanStackFactory
ImmutableBooleanStackFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.- Since:
- 4.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description ImmutableBooleanStackempty()ImmutableBooleanStackof()Same asImmutableBooleanStackFactory.empty().ImmutableBooleanStackof(boolean one)ImmutableBooleanStackof(boolean... items)ImmutableBooleanStackofAll(Iterable<Boolean> iterable)ImmutableBooleanStackofAll(BooleanIterable items)ImmutableBooleanStackofAllReversed(BooleanIterable items)static ImmutableBooleanStackFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableBooleanStackFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableBooleanStackwith()Same asImmutableBooleanStackFactory.empty().ImmutableBooleanStackwith(boolean one)ImmutableBooleanStackwith(boolean... items)ImmutableBooleanStackwithAll(Iterable<Boolean> iterable)ImmutableBooleanStackwithAll(BooleanIterable items)ImmutableBooleanStackwithAllReversed(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 interfaceImmutableBooleanStackFactory
-
of
Description copied from interface:ImmutableBooleanStackFactorySame asImmutableBooleanStackFactory.empty().- Specified by:
ofin interfaceImmutableBooleanStackFactory
-
with
Description copied from interface:ImmutableBooleanStackFactorySame asImmutableBooleanStackFactory.empty().- Specified by:
within interfaceImmutableBooleanStackFactory
-
of
Description copied from interface:ImmutableBooleanStackFactory- Specified by:
ofin interfaceImmutableBooleanStackFactory
-
with
- Specified by:
within interfaceImmutableBooleanStackFactory
-
of
Description copied from interface:ImmutableBooleanStackFactory- Specified by:
ofin interfaceImmutableBooleanStackFactory
-
with
- Specified by:
within interfaceImmutableBooleanStackFactory
-
ofAll
Description copied from interface:ImmutableBooleanStackFactory- Specified by:
ofAllin interfaceImmutableBooleanStackFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanStackFactory
-
ofAll
Description copied from interface:ImmutableBooleanStackFactory- Specified by:
ofAllin interfaceImmutableBooleanStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanStackFactory- Since:
- 10.0
-
ofAllReversed
Description copied from interface:ImmutableBooleanStackFactory- Specified by:
ofAllReversedin interfaceImmutableBooleanStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceImmutableBooleanStackFactory
-