public class ImmutableBooleanListFactoryImpl extends Object implements ImmutableBooleanListFactory
ImmutableBooleanList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableBooleanListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBooleanList |
empty() |
ImmutableBooleanList |
of()
Same as
ImmutableBooleanListFactory.empty(). |
ImmutableBooleanList |
of(boolean... items)
|
ImmutableBooleanList |
of(boolean one)
|
ImmutableBooleanList |
ofAll(BooleanIterable items)
|
ImmutableBooleanList |
with()
Same as
ImmutableBooleanListFactory.empty(). |
ImmutableBooleanList |
with(boolean... items) |
ImmutableBooleanList |
with(boolean one) |
ImmutableBooleanList |
withAll(BooleanIterable items) |
public ImmutableBooleanList empty()
empty in interface ImmutableBooleanListFactorypublic ImmutableBooleanList of()
ImmutableBooleanListFactoryImmutableBooleanListFactory.empty().of in interface ImmutableBooleanListFactorypublic ImmutableBooleanList with()
ImmutableBooleanListFactoryImmutableBooleanListFactory.empty().with in interface ImmutableBooleanListFactorypublic ImmutableBooleanList of(boolean one)
ImmutableBooleanListFactoryof in interface ImmutableBooleanListFactorypublic ImmutableBooleanList with(boolean one)
with in interface ImmutableBooleanListFactorypublic ImmutableBooleanList of(boolean... items)
ImmutableBooleanListFactoryof in interface ImmutableBooleanListFactorypublic ImmutableBooleanList with(boolean... items)
with in interface ImmutableBooleanListFactorypublic ImmutableBooleanList ofAll(BooleanIterable items)
ImmutableBooleanListFactoryofAll in interface ImmutableBooleanListFactorypublic ImmutableBooleanList withAll(BooleanIterable items)
withAll in interface ImmutableBooleanListFactoryCopyright © 2004–2016. All rights reserved.