public class ImmutableShortStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactory
ImmutableShortStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
empty() |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
of() |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
of(short... items) |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
of(short one) |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
ofAll(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
ofAllReversed(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
with() |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
with(short... items) |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
with(short one) |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
withAll(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableShortStack |
withAllReversed(org.eclipse.collections.api.ShortIterable items) |
public org.eclipse.collections.api.stack.primitive.ImmutableShortStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack of(short one)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack with(short one)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack of(short... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack with(short... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack ofAll(org.eclipse.collections.api.ShortIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack withAll(org.eclipse.collections.api.ShortIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack ofAllReversed(org.eclipse.collections.api.ShortIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableShortStack withAllReversed(org.eclipse.collections.api.ShortIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactoryCopyright © 2004–2017. All rights reserved.