public class MutableBooleanStackFactoryImpl extends Object implements MutableBooleanStackFactory
MutableBooleanStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableBooleanStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanStack |
empty() |
MutableBooleanStack |
of()
Same as
MutableBooleanStackFactory.empty(). |
MutableBooleanStack |
of(boolean... items)
|
MutableBooleanStack |
ofAll(BooleanIterable items)
|
MutableBooleanStack |
ofAllReversed(BooleanIterable items)
|
MutableBooleanStack |
with()
Same as
MutableBooleanStackFactory.empty(). |
MutableBooleanStack |
with(boolean... items) |
MutableBooleanStack |
withAll(BooleanIterable items) |
MutableBooleanStack |
withAllReversed(BooleanIterable items) |
public MutableBooleanStack empty()
empty in interface MutableBooleanStackFactorypublic MutableBooleanStack of()
MutableBooleanStackFactoryMutableBooleanStackFactory.empty().of in interface MutableBooleanStackFactorypublic MutableBooleanStack with()
MutableBooleanStackFactoryMutableBooleanStackFactory.empty().with in interface MutableBooleanStackFactorypublic MutableBooleanStack of(boolean... items)
MutableBooleanStackFactoryof in interface MutableBooleanStackFactorypublic MutableBooleanStack with(boolean... items)
with in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAll(BooleanIterable items)
MutableBooleanStackFactoryofAll in interface MutableBooleanStackFactorypublic MutableBooleanStack withAll(BooleanIterable items)
withAll in interface MutableBooleanStackFactorypublic MutableBooleanStack ofAllReversed(BooleanIterable items)
MutableBooleanStackFactoryofAllReversed in interface MutableBooleanStackFactorypublic MutableBooleanStack withAllReversed(BooleanIterable items)
withAllReversed in interface MutableBooleanStackFactoryCopyright © 2004–2016. All rights reserved.