public class MutableLongStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactory
MutableLongStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.MutableLongStack |
empty() |
org.eclipse.collections.api.stack.primitive.MutableLongStack |
of() |
org.eclipse.collections.api.stack.primitive.MutableLongStack |
of(long... items) |
org.eclipse.collections.api.stack.primitive.MutableLongStack |
ofAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.stack.primitive.MutableLongStack |
ofAllReversed(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.stack.primitive.MutableLongStack |
with() |
org.eclipse.collections.api.stack.primitive.MutableLongStack |
with(long... items) |
org.eclipse.collections.api.stack.primitive.MutableLongStack |
withAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.stack.primitive.MutableLongStack |
withAllReversed(org.eclipse.collections.api.LongIterable items) |
public org.eclipse.collections.api.stack.primitive.MutableLongStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableLongStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableLongStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableLongStack of(long... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableLongStack with(long... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableLongStack ofAll(org.eclipse.collections.api.LongIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableLongStack withAll(org.eclipse.collections.api.LongIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableLongStack ofAllReversed(org.eclipse.collections.api.LongIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableLongStack withAllReversed(org.eclipse.collections.api.LongIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactoryCopyright © 2004–2018. All rights reserved.