MutableDoubleStackFactorypublic class MutableDoubleStackFactoryImpl extends Object implements MutableDoubleStackFactory
MutableDoubleStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableDoubleStackFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleStack |
empty() |
|
MutableDoubleStack |
of() |
Same as
MutableDoubleStackFactory.empty(). |
MutableDoubleStack |
of(double... items) |
|
MutableDoubleStack |
ofAll(DoubleIterable items) |
|
MutableDoubleStack |
ofAllReversed(DoubleIterable items) |
|
MutableDoubleStack |
with() |
Same as
MutableDoubleStackFactory.empty(). |
MutableDoubleStack |
with(double... items) |
|
MutableDoubleStack |
withAll(DoubleIterable items) |
|
MutableDoubleStack |
withAllReversed(DoubleIterable items) |
public MutableDoubleStack empty()
empty in interface MutableDoubleStackFactorypublic MutableDoubleStack of()
MutableDoubleStackFactoryMutableDoubleStackFactory.empty().of in interface MutableDoubleStackFactorypublic MutableDoubleStack with()
MutableDoubleStackFactoryMutableDoubleStackFactory.empty().with in interface MutableDoubleStackFactorypublic MutableDoubleStack of(double... items)
MutableDoubleStackFactoryof in interface MutableDoubleStackFactorypublic MutableDoubleStack with(double... items)
with in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAll(DoubleIterable items)
MutableDoubleStackFactoryofAll in interface MutableDoubleStackFactorypublic MutableDoubleStack withAll(DoubleIterable items)
withAll in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAllReversed(DoubleIterable items)
MutableDoubleStackFactoryofAllReversed in interface MutableDoubleStackFactorypublic MutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed in interface MutableDoubleStackFactoryCopyright © 2004–2017. All rights reserved.