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(java.util.stream.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(java.util.stream.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 ofAllReversed(DoubleIterable items)
withAllReversed(DoubleIterable)
.ImmutableDoubleStack withAllReversed(DoubleIterable items)
ImmutableDoubleStack ofAll(java.util.stream.DoubleStream items)
ImmutableDoubleStack withAll(java.util.stream.DoubleStream items)
Copyright © 2004–2018. All rights reserved.