public class ImmutableLongStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactory
ImmutableLongStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
empty() |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
of() |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
of(long... items) |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
of(long one) |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
ofAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
ofAllReversed(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
with() |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
with(long... items) |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
with(long one) |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
withAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableLongStack |
withAllReversed(org.eclipse.collections.api.LongIterable items) |
public org.eclipse.collections.api.stack.primitive.ImmutableLongStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack of(long one)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack with(long one)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack of(long... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack with(long... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack ofAll(org.eclipse.collections.api.LongIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack withAll(org.eclipse.collections.api.LongIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack ofAllReversed(org.eclipse.collections.api.LongIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableLongStack withAllReversed(org.eclipse.collections.api.LongIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableLongStackFactoryCopyright © 2004–2018. All rights reserved.