public class MutableIntStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactory
MutableIntStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.MutableIntStack |
empty() |
org.eclipse.collections.api.stack.primitive.MutableIntStack |
of() |
org.eclipse.collections.api.stack.primitive.MutableIntStack |
of(int... items) |
org.eclipse.collections.api.stack.primitive.MutableIntStack |
ofAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.stack.primitive.MutableIntStack |
ofAllReversed(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.stack.primitive.MutableIntStack |
with() |
org.eclipse.collections.api.stack.primitive.MutableIntStack |
with(int... items) |
org.eclipse.collections.api.stack.primitive.MutableIntStack |
withAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.stack.primitive.MutableIntStack |
withAllReversed(org.eclipse.collections.api.IntIterable items) |
public org.eclipse.collections.api.stack.primitive.MutableIntStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableIntStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableIntStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableIntStack of(int... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableIntStack with(int... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableIntStack ofAll(org.eclipse.collections.api.IntIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableIntStack withAll(org.eclipse.collections.api.IntIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableIntStack ofAllReversed(org.eclipse.collections.api.IntIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableIntStack withAllReversed(org.eclipse.collections.api.IntIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableIntStackFactoryCopyright © 2004–2018. All rights reserved.