public class MutableDoubleStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactory
MutableDoubleStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
empty() |
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
of() |
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
of(double... items) |
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
ofAll(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
ofAllReversed(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
with() |
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
with(double... items) |
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
withAll(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.stack.primitive.MutableDoubleStack |
withAllReversed(org.eclipse.collections.api.DoubleIterable items) |
public org.eclipse.collections.api.stack.primitive.MutableDoubleStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableDoubleStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableDoubleStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableDoubleStack of(double... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableDoubleStack with(double... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableDoubleStack ofAll(org.eclipse.collections.api.DoubleIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableDoubleStack withAll(org.eclipse.collections.api.DoubleIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableDoubleStack ofAllReversed(org.eclipse.collections.api.DoubleIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableDoubleStack withAllReversed(org.eclipse.collections.api.DoubleIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableDoubleStackFactoryCopyright © 2004–2017. All rights reserved.