public interface ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleStack |
of()
Same as
with(). |
ImmutableDoubleStack |
of(double... items)
Same as
with(double[]). |
ImmutableDoubleStack |
of(double one)
Same as
with(double). |
ImmutableDoubleStack |
ofAll(DoubleIterable items)
Same as
withAll(DoubleIterable). |
ImmutableDoubleStack |
ofAllReversed(DoubleIterable items)
Same as
withAllReversed(DoubleIterable). |
ImmutableDoubleStack |
with() |
ImmutableDoubleStack |
with(double... items) |
ImmutableDoubleStack |
with(double one) |
ImmutableDoubleStack |
withAll(DoubleIterable items) |
ImmutableDoubleStack |
withAllReversed(DoubleIterable items) |
ImmutableDoubleStack of()
with().ImmutableDoubleStack with()
ImmutableDoubleStack of(double one)
with(double).ImmutableDoubleStack with(double one)
ImmutableDoubleStack of(double... items)
with(double[]).ImmutableDoubleStack with(double... items)
ImmutableDoubleStack ofAll(DoubleIterable items)
withAll(DoubleIterable).ImmutableDoubleStack withAll(DoubleIterable items)
ImmutableDoubleStack ofAllReversed(DoubleIterable items)
withAllReversed(DoubleIterable).ImmutableDoubleStack withAllReversed(DoubleIterable items)
Copyright © 2004–2017. All rights reserved.