public class ImmutableDoubleStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
empty() |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
of() |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
of(double... items) |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
of(double one) |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
ofAll(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
ofAllReversed(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
with() |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
with(double... items) |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
with(double one) |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
withAll(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack |
withAllReversed(org.eclipse.collections.api.DoubleIterable items) |
public org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack of(double one)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack with(double one)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack of(double... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack with(double... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack ofAll(org.eclipse.collections.api.DoubleIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack withAll(org.eclipse.collections.api.DoubleIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack ofAllReversed(org.eclipse.collections.api.DoubleIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack withAllReversed(org.eclipse.collections.api.DoubleIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableDoubleStackFactoryCopyright © 2004–2017. All rights reserved.