public interface ImmutableBooleanStackFactory
ImmutableBooleanStack
.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableBooleanStack |
empty() |
ImmutableBooleanStack |
of()
Same as
empty() . |
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()
Same as
empty() . |
ImmutableBooleanStack |
with(boolean... items) |
ImmutableBooleanStack |
with(boolean one) |
ImmutableBooleanStack |
withAll(BooleanIterable items) |
ImmutableBooleanStack |
withAllReversed(BooleanIterable items) |
ImmutableBooleanStack empty()
ImmutableBooleanStack of()
empty()
.ImmutableBooleanStack with()
empty()
.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–2016. All rights reserved.