ImmutableBooleanListFactoryImplpublic interface ImmutableBooleanListFactory
ImmutableBooleanList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableBooleanList |
empty() |
|
ImmutableBooleanList |
of() |
Same as
empty(). |
ImmutableBooleanList |
of(boolean one) |
Same as
with(boolean). |
ImmutableBooleanList |
of(boolean... items) |
Same as
with(boolean[]). |
ImmutableBooleanList |
ofAll(BooleanIterable items) |
Same as
withAll(BooleanIterable). |
ImmutableBooleanList |
with() |
Same as
empty(). |
ImmutableBooleanList |
with(boolean one) |
|
ImmutableBooleanList |
with(boolean... items) |
|
ImmutableBooleanList |
withAll(BooleanIterable items) |
ImmutableBooleanList empty()
ImmutableBooleanList of()
empty().ImmutableBooleanList with()
empty().ImmutableBooleanList of(boolean one)
with(boolean).ImmutableBooleanList with(boolean one)
ImmutableBooleanList of(boolean... items)
with(boolean[]).ImmutableBooleanList with(boolean... items)
ImmutableBooleanList ofAll(BooleanIterable items)
withAll(BooleanIterable).ImmutableBooleanList withAll(BooleanIterable items)
Copyright © 2004–2017. All rights reserved.