public class MutableShortStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactory
MutableShortStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.MutableShortStack |
empty() |
org.eclipse.collections.api.stack.primitive.MutableShortStack |
of() |
org.eclipse.collections.api.stack.primitive.MutableShortStack |
of(short... items) |
org.eclipse.collections.api.stack.primitive.MutableShortStack |
ofAll(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.stack.primitive.MutableShortStack |
ofAllReversed(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.stack.primitive.MutableShortStack |
with() |
org.eclipse.collections.api.stack.primitive.MutableShortStack |
with(short... items) |
org.eclipse.collections.api.stack.primitive.MutableShortStack |
withAll(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.stack.primitive.MutableShortStack |
withAllReversed(org.eclipse.collections.api.ShortIterable items) |
public org.eclipse.collections.api.stack.primitive.MutableShortStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableShortStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableShortStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableShortStack of(short... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableShortStack with(short... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableShortStack ofAll(org.eclipse.collections.api.ShortIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableShortStack withAll(org.eclipse.collections.api.ShortIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableShortStack ofAllReversed(org.eclipse.collections.api.ShortIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableShortStack withAllReversed(org.eclipse.collections.api.ShortIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableShortStackFactoryCopyright © 2004–2017. All rights reserved.