public class MutableBooleanStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactory
MutableBooleanStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableBooleanStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
empty() |
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
of() |
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
of(boolean... items) |
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
ofAll(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
ofAllReversed(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
with() |
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
with(boolean... items) |
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
withAll(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.stack.primitive.MutableBooleanStack |
withAllReversed(org.eclipse.collections.api.BooleanIterable items) |
public org.eclipse.collections.api.stack.primitive.MutableBooleanStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableBooleanStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableBooleanStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableBooleanStack of(boolean... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableBooleanStack with(boolean... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableBooleanStack ofAll(org.eclipse.collections.api.BooleanIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableBooleanStack withAll(org.eclipse.collections.api.BooleanIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableBooleanStack ofAllReversed(org.eclipse.collections.api.BooleanIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableBooleanStack withAllReversed(org.eclipse.collections.api.BooleanIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableBooleanStackFactoryCopyright © 2004–2017. All rights reserved.