public interface MutableDoubleStackFactory
MutableDoubleStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableDoubleStack |
empty() |
MutableDoubleStack |
of()
Same as
empty(). |
MutableDoubleStack |
of(double... items)
Same as
with(double[]). |
MutableDoubleStack |
ofAll(DoubleIterable items)
Same as
withAll(DoubleIterable). |
MutableDoubleStack |
ofAll(DoubleStream items) |
MutableDoubleStack |
ofAll(Iterable<Double> iterable)
Same as
withAll(Iterable). |
MutableDoubleStack |
ofAllReversed(DoubleIterable items)
Same as
withAllReversed(DoubleIterable). |
MutableDoubleStack |
with()
Same as
empty(). |
MutableDoubleStack |
with(double... items) |
MutableDoubleStack |
withAll(DoubleIterable items) |
MutableDoubleStack |
withAll(DoubleStream items) |
MutableDoubleStack |
withAll(Iterable<Double> iterable) |
MutableDoubleStack |
withAllReversed(DoubleIterable items) |
MutableDoubleStack empty()
MutableDoubleStack of()
empty().MutableDoubleStack with()
empty().MutableDoubleStack of(double... items)
with(double[]).MutableDoubleStack with(double... items)
MutableDoubleStack ofAll(DoubleIterable items)
withAll(DoubleIterable).MutableDoubleStack withAll(DoubleIterable items)
MutableDoubleStack ofAll(Iterable<Double> iterable)
withAll(Iterable).MutableDoubleStack withAll(Iterable<Double> iterable)
MutableDoubleStack ofAllReversed(DoubleIterable items)
withAllReversed(DoubleIterable).MutableDoubleStack withAllReversed(DoubleIterable items)
MutableDoubleStack ofAll(DoubleStream items)
MutableDoubleStack withAll(DoubleStream items)
Copyright © 2004–2023. All rights reserved.