Serializable, Comparable<MutableBooleanStackFactoryImpl>, MutableBooleanStackFactorypublic enum MutableBooleanStackFactoryImpl extends Enum<MutableBooleanStackFactoryImpl> implements MutableBooleanStackFactory
MutableBooleanStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableBooleanStack |
empty() |
|
MutableBooleanStack |
of() |
Same as
MutableBooleanStackFactory.empty(). |
MutableBooleanStack |
of(boolean... items) |
|
MutableBooleanStack |
ofAll(Iterable<Boolean> iterable) |
Same as
#withAll(IterableBoolean). |
MutableBooleanStack |
ofAll(BooleanIterable items) |
|
MutableBooleanStack |
ofAllReversed(BooleanIterable items) |
|
static MutableBooleanStackFactoryImpl |
valueOf(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.
|
MutableBooleanStack |
with() |
Same as
MutableBooleanStackFactory.empty(). |
MutableBooleanStack |
with(boolean... items) |
|
MutableBooleanStack |
withAll(Iterable<Boolean> iterable) |
|
MutableBooleanStack |
withAll(BooleanIterable items) |
|
MutableBooleanStack |
withAllReversed(BooleanIterable items) |
public static final MutableBooleanStackFactoryImpl INSTANCE
public static MutableBooleanStackFactoryImpl[] values()
for (MutableBooleanStackFactoryImpl c : MutableBooleanStackFactoryImpl.values()) System.out.println(c);
public static MutableBooleanStackFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MutableBooleanStack empty()
empty in interface MutableBooleanStackFactorypublic MutableBooleanStack of()
MutableBooleanStackFactoryMutableBooleanStackFactory.empty().of in interface MutableBooleanStackFactorypublic MutableBooleanStack with()
MutableBooleanStackFactoryMutableBooleanStackFactory.empty().with in interface MutableBooleanStackFactorypublic MutableBooleanStack of(boolean... items)
MutableBooleanStackFactoryof in interface MutableBooleanStackFactorypublic MutableBooleanStack with(boolean... items)
with in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAll(BooleanIterable items)
MutableBooleanStackFactoryofAll in interface MutableBooleanStackFactorypublic MutableBooleanStack withAll(BooleanIterable items)
withAll in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAll(Iterable<Boolean> iterable)
MutableBooleanStackFactory#withAll(IterableBoolean).ofAll in interface MutableBooleanStackFactorypublic MutableBooleanStack withAll(Iterable<Boolean> iterable)
withAll in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAllReversed(BooleanIterable items)
MutableBooleanStackFactoryofAllReversed in interface MutableBooleanStackFactorypublic MutableBooleanStack withAllReversed(BooleanIterable items)
withAllReversed in interface MutableBooleanStackFactoryCopyright © 2004–2019. All rights reserved.