ImmutableDoubleStackFactorypublic class ImmutableDoubleStackFactoryImpl extends Object implements ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableDoubleStackFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleStack |
empty() |
|
ImmutableDoubleStack |
of() |
Same as
ImmutableDoubleStackFactory.empty(). |
ImmutableDoubleStack |
of(double one) |
|
ImmutableDoubleStack |
of(double... items) |
|
ImmutableDoubleStack |
ofAll(DoubleIterable items) |
|
ImmutableDoubleStack |
ofAllReversed(DoubleIterable items) |
|
ImmutableDoubleStack |
with() |
Same as
ImmutableDoubleStackFactory.empty(). |
ImmutableDoubleStack |
with(double one) |
|
ImmutableDoubleStack |
with(double... items) |
|
ImmutableDoubleStack |
withAll(DoubleIterable items) |
|
ImmutableDoubleStack |
withAllReversed(DoubleIterable items) |
public ImmutableDoubleStack empty()
empty in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of()
ImmutableDoubleStackFactoryImmutableDoubleStackFactory.empty().of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with()
ImmutableDoubleStackFactoryImmutableDoubleStackFactory.empty().with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of(double one)
ImmutableDoubleStackFactoryof in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with(double one)
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of(double... items)
ImmutableDoubleStackFactoryof in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with(double... items)
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(DoubleIterable items)
ImmutableDoubleStackFactoryofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(DoubleIterable items)
withAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAllReversed(DoubleIterable items)
ImmutableDoubleStackFactoryofAllReversed in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed in interface ImmutableDoubleStackFactoryCopyright © 2004–2017. All rights reserved.