ImmutableDoubleStackFactoryImplpublic interface ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.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(java.lang.Iterable<java.lang.Double> iterable)
#withAll(IterableDouble).ImmutableDoubleStack withAll(java.lang.Iterable<java.lang.Double> iterable)
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–2020. All rights reserved.