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 |
ofAllReversed(DoubleIterable items)
Same as
withAllReversed(DoubleIterable). |
MutableDoubleStack |
with()
Same as
empty(). |
MutableDoubleStack |
with(double... items) |
MutableDoubleStack |
withAll(DoubleIterable items) |
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 ofAllReversed(DoubleIterable items)
withAllReversed(DoubleIterable).MutableDoubleStack withAllReversed(DoubleIterable items)
Copyright © 2004–2016. All rights reserved.