public interface ImmutableBooleanStackFactory
ImmutableBooleanStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableBooleanStack |
of()
Same as
with(). |
ImmutableBooleanStack |
of(boolean... items)
Same as
with(boolean[]). |
ImmutableBooleanStack |
of(boolean one)
Same as
with(boolean). |
ImmutableBooleanStack |
ofAll(BooleanIterable items)
Same as
withAll(BooleanIterable). |
ImmutableBooleanStack |
ofAllReversed(BooleanIterable items)
Same as
withAllReversed(BooleanIterable). |
ImmutableBooleanStack |
with() |
ImmutableBooleanStack |
with(boolean... items) |
ImmutableBooleanStack |
with(boolean one) |
ImmutableBooleanStack |
withAll(BooleanIterable items) |
ImmutableBooleanStack |
withAllReversed(BooleanIterable items) |
ImmutableBooleanStack of()
with().ImmutableBooleanStack with()
ImmutableBooleanStack of(boolean one)
with(boolean).ImmutableBooleanStack with(boolean one)
ImmutableBooleanStack of(boolean... items)
with(boolean[]).ImmutableBooleanStack with(boolean... items)
ImmutableBooleanStack ofAll(BooleanIterable items)
withAll(BooleanIterable).ImmutableBooleanStack withAll(BooleanIterable items)
ImmutableBooleanStack ofAllReversed(BooleanIterable items)
withAllReversed(BooleanIterable).ImmutableBooleanStack withAllReversed(BooleanIterable items)
Copyright © 2004–2017. All rights reserved.