public enum ImmutableBooleanStackFactoryImpl extends Enum<ImmutableBooleanStackFactoryImpl> implements ImmutableBooleanStackFactory
ImmutableBooleanStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBooleanStack |
empty() |
ImmutableBooleanStack |
of() |
ImmutableBooleanStack |
of(boolean... items) |
ImmutableBooleanStack |
of(boolean one) |
ImmutableBooleanStack |
ofAll(BooleanIterable items) |
ImmutableBooleanStack |
ofAll(Iterable<Boolean> iterable) |
ImmutableBooleanStack |
ofAllReversed(BooleanIterable items) |
static ImmutableBooleanStackFactoryImpl |
valueOf(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.
|
ImmutableBooleanStack |
with() |
ImmutableBooleanStack |
with(boolean... items) |
ImmutableBooleanStack |
with(boolean one) |
ImmutableBooleanStack |
withAll(BooleanIterable items) |
ImmutableBooleanStack |
withAll(Iterable<Boolean> iterable) |
ImmutableBooleanStack |
withAllReversed(BooleanIterable items) |
public static final ImmutableBooleanStackFactoryImpl INSTANCE
public static ImmutableBooleanStackFactoryImpl[] values()
for (ImmutableBooleanStackFactoryImpl c : ImmutableBooleanStackFactoryImpl.values()) System.out.println(c);
public static ImmutableBooleanStackFactoryImpl 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 ImmutableBooleanStack empty()
empty in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack of()
of in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack with()
with in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack of(boolean one)
of in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack with(boolean one)
with in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack of(boolean... items)
of in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack with(boolean... items)
with in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack ofAll(BooleanIterable items)
ofAll in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack withAll(BooleanIterable items)
withAll in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack ofAll(Iterable<Boolean> iterable)
ofAll in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack withAll(Iterable<Boolean> iterable)
withAll in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack ofAllReversed(BooleanIterable items)
ofAllReversed in interface ImmutableBooleanStackFactorypublic ImmutableBooleanStack withAllReversed(BooleanIterable items)
withAllReversed in interface ImmutableBooleanStackFactoryCopyright © 2004–2019. All rights reserved.