public class ImmutableBooleanStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactory
ImmutableBooleanStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableBooleanStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
empty() |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
of() |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
of(boolean... items) |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
of(boolean one) |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
ofAll(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
ofAllReversed(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
with() |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
with(boolean... items) |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
with(boolean one) |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
withAll(org.eclipse.collections.api.BooleanIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack |
withAllReversed(org.eclipse.collections.api.BooleanIterable items) |
public org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack of(boolean one)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack with(boolean one)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack of(boolean... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack with(boolean... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack ofAll(org.eclipse.collections.api.BooleanIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack withAll(org.eclipse.collections.api.BooleanIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack ofAllReversed(org.eclipse.collections.api.BooleanIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack withAllReversed(org.eclipse.collections.api.BooleanIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactoryCopyright © 2004–2017. All rights reserved.