public class ImmutableDoubleStackFactoryImpl extends Object implements ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableDoubleStackFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableDoubleStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleStack |
empty() |
ImmutableDoubleStack |
of() |
ImmutableDoubleStack |
of(double... items) |
ImmutableDoubleStack |
of(double one) |
ImmutableDoubleStack |
ofAll(DoubleIterable items) |
ImmutableDoubleStack |
ofAll(DoubleStream items) |
ImmutableDoubleStack |
ofAll(Iterable<Double> iterable) |
ImmutableDoubleStack |
ofAllReversed(DoubleIterable items) |
ImmutableDoubleStack |
with() |
ImmutableDoubleStack |
with(double... items) |
ImmutableDoubleStack |
with(double one) |
ImmutableDoubleStack |
withAll(DoubleIterable items) |
ImmutableDoubleStack |
withAll(DoubleStream items) |
ImmutableDoubleStack |
withAll(Iterable<Double> iterable) |
ImmutableDoubleStack |
withAllReversed(DoubleIterable items) |
public static final ImmutableDoubleStackFactory INSTANCE
public ImmutableDoubleStack empty()
empty in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of()
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with()
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of(double one)
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with(double one)
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of(double... items)
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with(double... items)
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(DoubleIterable items)
ofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(DoubleIterable items)
withAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(Iterable<Double> iterable)
ofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(Iterable<Double> iterable)
withAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAllReversed(DoubleIterable items)
ofAllReversed in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(DoubleStream items)
ofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(DoubleStream items)
withAll in interface ImmutableDoubleStackFactoryCopyright © 2004–2022. All rights reserved.