public enum MutableBooleanStackFactoryImpl extends Enum<MutableBooleanStackFactoryImpl> implements MutableBooleanStackFactory
MutableBooleanStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanStack |
empty() |
MutableBooleanStack |
of() |
MutableBooleanStack |
of(boolean... items) |
MutableBooleanStack |
ofAll(BooleanIterable items) |
MutableBooleanStack |
ofAll(Iterable<Boolean> iterable) |
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() |
MutableBooleanStack |
with(boolean... items) |
MutableBooleanStack |
withAll(BooleanIterable items) |
MutableBooleanStack |
withAll(Iterable<Boolean> iterable) |
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()
of in interface MutableBooleanStackFactorypublic MutableBooleanStack with()
with in interface MutableBooleanStackFactorypublic MutableBooleanStack of(boolean... items)
of in interface MutableBooleanStackFactorypublic MutableBooleanStack with(boolean... items)
with in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAll(BooleanIterable items)
ofAll in interface MutableBooleanStackFactorypublic MutableBooleanStack withAll(BooleanIterable items)
withAll in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAll(Iterable<Boolean> iterable)
ofAll in interface MutableBooleanStackFactorypublic MutableBooleanStack withAll(Iterable<Boolean> iterable)
withAll in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAllReversed(BooleanIterable items)
ofAllReversed in interface MutableBooleanStackFactorypublic MutableBooleanStack withAllReversed(BooleanIterable items)
withAllReversed in interface MutableBooleanStackFactoryCopyright © 2004–2019. All rights reserved.