public class MutableBooleanStackFactoryImpl extends Object implements MutableBooleanStackFactory
MutableBooleanStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableBooleanStackFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableBooleanStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanStack |
empty() |
MutableBooleanStack |
of() |
MutableBooleanStack |
of(boolean... items) |
MutableBooleanStack |
ofAll(BooleanIterable items) |
MutableBooleanStack |
ofAll(Iterable<Boolean> iterable) |
MutableBooleanStack |
ofAllReversed(BooleanIterable items) |
MutableBooleanStack |
with() |
MutableBooleanStack |
with(boolean... items) |
MutableBooleanStack |
withAll(BooleanIterable items) |
MutableBooleanStack |
withAll(Iterable<Boolean> iterable) |
MutableBooleanStack |
withAllReversed(BooleanIterable items) |
public static final MutableBooleanStackFactory INSTANCE
public MutableBooleanStack empty()
empty in interface MutableBooleanStackFactorypublic MutableBooleanStack of()
of in interface MutableBooleanStackFactorypublic MutableBooleanStack with()
with in interface MutableBooleanStackFactorypublic MutableBooleanStack of(boolean... items)
of in interface MutableBooleanStackFactorypublic MutableBooleanStack with(boolean... items)
with in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAll(BooleanIterable items)
ofAll in interface MutableBooleanStackFactorypublic MutableBooleanStack withAll(BooleanIterable items)
withAll in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAll(Iterable<Boolean> iterable)
ofAll in interface MutableBooleanStackFactorypublic MutableBooleanStack withAll(Iterable<Boolean> iterable)
withAll in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAllReversed(BooleanIterable items)
ofAllReversed in interface MutableBooleanStackFactorypublic MutableBooleanStack withAllReversed(BooleanIterable items)
withAllReversed in interface MutableBooleanStackFactoryCopyright © 2004–2022. All rights reserved.