public interface ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleStack |
empty() |
ImmutableDoubleStack |
of()
Same as
empty(). |
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()
Same as
empty(). |
ImmutableDoubleStack |
with(double... items) |
ImmutableDoubleStack |
with(double one) |
ImmutableDoubleStack |
withAll(DoubleIterable items) |
ImmutableDoubleStack |
withAllReversed(DoubleIterable items) |
ImmutableDoubleStack empty()
ImmutableDoubleStack of()
empty().ImmutableDoubleStack with()
empty().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–2016. All rights reserved.