public enum ImmutableDoubleStackFactoryImpl extends Enum<ImmutableDoubleStackFactoryImpl> implements ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
public static final ImmutableDoubleStackFactoryImpl INSTANCE
public static ImmutableDoubleStackFactoryImpl[] values()
for (ImmutableDoubleStackFactoryImpl c : ImmutableDoubleStackFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleStackFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ImmutableDoubleStack empty()
empty in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of()
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with()
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of(double one)
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with(double one)
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of(double... items)
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with(double... items)
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(DoubleIterable items)
ofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(DoubleIterable items)
withAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(Iterable<Double> iterable)
ofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(Iterable<Double> iterable)
withAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAllReversed(DoubleIterable items)
ofAllReversed in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(DoubleStream items)
ofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(DoubleStream items)
withAll in interface ImmutableDoubleStackFactoryCopyright © 2004–2021. All rights reserved.