public class ImmutableIntStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactory
ImmutableIntStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
empty() |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
of() |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
of(int... items) |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
of(int one) |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
ofAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
ofAllReversed(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
with() |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
with(int... items) |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
with(int one) |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
withAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableIntStack |
withAllReversed(org.eclipse.collections.api.IntIterable items) |
public org.eclipse.collections.api.stack.primitive.ImmutableIntStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack of(int one)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack with(int one)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack of(int... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack with(int... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack ofAll(org.eclipse.collections.api.IntIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack withAll(org.eclipse.collections.api.IntIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack ofAllReversed(org.eclipse.collections.api.IntIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableIntStack withAllReversed(org.eclipse.collections.api.IntIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableIntStackFactoryCopyright © 2004–2018. All rights reserved.