public enum ImmutableBooleanListFactoryImpl extends Enum<ImmutableBooleanListFactoryImpl> implements ImmutableBooleanListFactory
ImmutableBooleanList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBooleanList |
empty() |
ImmutableBooleanList |
of() |
ImmutableBooleanList |
of(boolean... items) |
ImmutableBooleanList |
of(boolean one) |
ImmutableBooleanList |
ofAll(BooleanIterable items) |
ImmutableBooleanList |
ofAll(Iterable<Boolean> iterable) |
static ImmutableBooleanListFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableBooleanListFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableBooleanList |
with() |
ImmutableBooleanList |
with(boolean... items) |
ImmutableBooleanList |
with(boolean one) |
ImmutableBooleanList |
withAll(BooleanIterable items) |
ImmutableBooleanList |
withAll(Iterable<Boolean> iterable) |
public static final ImmutableBooleanListFactoryImpl INSTANCE
public static ImmutableBooleanListFactoryImpl[] values()
for (ImmutableBooleanListFactoryImpl c : ImmutableBooleanListFactoryImpl.values()) System.out.println(c);
public static ImmutableBooleanListFactoryImpl 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 ImmutableBooleanList empty()
empty in interface ImmutableBooleanListFactorypublic ImmutableBooleanList of()
of in interface ImmutableBooleanListFactorypublic ImmutableBooleanList with()
with in interface ImmutableBooleanListFactorypublic ImmutableBooleanList of(boolean one)
of in interface ImmutableBooleanListFactorypublic ImmutableBooleanList with(boolean one)
with in interface ImmutableBooleanListFactorypublic ImmutableBooleanList of(boolean... items)
of in interface ImmutableBooleanListFactorypublic ImmutableBooleanList with(boolean... items)
with in interface ImmutableBooleanListFactorypublic ImmutableBooleanList ofAll(BooleanIterable items)
ofAll in interface ImmutableBooleanListFactorypublic ImmutableBooleanList withAll(BooleanIterable items)
withAll in interface ImmutableBooleanListFactorypublic ImmutableBooleanList ofAll(Iterable<Boolean> iterable)
ofAll in interface ImmutableBooleanListFactorypublic ImmutableBooleanList withAll(Iterable<Boolean> iterable)
withAll in interface ImmutableBooleanListFactoryCopyright © 2004–2021. All rights reserved.