Serializable
, Comparable<ImmutableDoubleStackFactoryImpl>
, ImmutableDoubleStackFactory
public enum ImmutableDoubleStackFactoryImpl extends Enum<ImmutableDoubleStackFactoryImpl> implements ImmutableDoubleStackFactory
ImmutableDoubleStack
.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.Enum Constant | 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 ImmutableDoubleStackFactory
public ImmutableDoubleStack of()
ImmutableDoubleStackFactory
ImmutableDoubleStackFactory.empty()
.of
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack with()
ImmutableDoubleStackFactory
ImmutableDoubleStackFactory.empty()
.with
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack of(double one)
ImmutableDoubleStackFactory
of
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack with(double one)
with
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack of(double... items)
ImmutableDoubleStackFactory
of
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack with(double... items)
with
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack ofAll(DoubleIterable items)
ImmutableDoubleStackFactory
ofAll
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack withAll(DoubleIterable items)
withAll
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack ofAll(Iterable<Double> iterable)
ImmutableDoubleStackFactory
#withAll(IterableDouble)
.ofAll
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack withAll(Iterable<Double> iterable)
withAll
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack ofAllReversed(DoubleIterable items)
ImmutableDoubleStackFactory
ofAllReversed
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack ofAll(DoubleStream items)
ofAll
in interface ImmutableDoubleStackFactory
public ImmutableDoubleStack withAll(DoubleStream items)
withAll
in interface ImmutableDoubleStackFactory
Copyright © 2004–2019. All rights reserved.