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