public class ImmutableBooleanListFactoryImpl extends Object implements ImmutableBooleanListFactory
ImmutableBooleanList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableBooleanListFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableBooleanListFactoryImpl() |
| 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) |
ImmutableBooleanList |
with() |
ImmutableBooleanList |
with(boolean... items) |
ImmutableBooleanList |
with(boolean one) |
ImmutableBooleanList |
withAll(BooleanIterable items) |
ImmutableBooleanList |
withAll(Iterable<Boolean> iterable) |
public static final ImmutableBooleanListFactory INSTANCE
public 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–2022. All rights reserved.