ImmutableBooleanListFactoryImpl
public 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(Iterable<Boolean> iterable) |
Same as
#withAll(IterableBoolean) . |
ImmutableBooleanList |
ofAll(BooleanIterable items) |
Same as
withAll(BooleanIterable) . |
ImmutableBooleanList |
with() |
Same as
empty() . |
ImmutableBooleanList |
with(boolean one) |
|
ImmutableBooleanList |
with(boolean... items) |
|
ImmutableBooleanList |
withAll(Iterable<Boolean> iterable) |
|
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)
ImmutableBooleanList ofAll(Iterable<Boolean> iterable)
#withAll(IterableBoolean)
.ImmutableBooleanList withAll(Iterable<Boolean> iterable)
Copyright © 2004–2019. All rights reserved.