ImmutableDoubleStackFactoryImpl
public interface ImmutableDoubleStackFactory
ImmutableDoubleStack
.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleStack |
empty() |
|
ImmutableDoubleStack |
of() |
Same as
empty() . |
ImmutableDoubleStack |
of(double one) |
Same as
with(double) . |
ImmutableDoubleStack |
of(double... items) |
Same as
with(double[]) . |
ImmutableDoubleStack |
ofAll(Iterable<Double> iterable) |
Same as
#withAll(IterableDouble) . |
ImmutableDoubleStack |
ofAll(DoubleStream items) |
|
ImmutableDoubleStack |
ofAll(DoubleIterable items) |
Same as
withAll(DoubleIterable) . |
ImmutableDoubleStack |
ofAllReversed(DoubleIterable items) |
Same as
withAllReversed(DoubleIterable) . |
ImmutableDoubleStack |
with() |
Same as
empty() . |
ImmutableDoubleStack |
with(double one) |
|
ImmutableDoubleStack |
with(double... items) |
|
ImmutableDoubleStack |
withAll(Iterable<Double> iterable) |
|
ImmutableDoubleStack |
withAll(DoubleStream items) |
|
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 ofAll(Iterable<Double> iterable)
#withAll(IterableDouble)
.ImmutableDoubleStack withAll(Iterable<Double> iterable)
ImmutableDoubleStack ofAllReversed(DoubleIterable items)
withAllReversed(DoubleIterable)
.ImmutableDoubleStack withAllReversed(DoubleIterable items)
ImmutableDoubleStack ofAll(DoubleStream items)
ImmutableDoubleStack withAll(DoubleStream items)
Copyright © 2004–2019. All rights reserved.