Serializable, Comparable<MutableDoubleStackFactoryImpl>, MutableDoubleStackFactorypublic enum MutableDoubleStackFactoryImpl extends Enum<MutableDoubleStackFactoryImpl> implements MutableDoubleStackFactory
MutableDoubleStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableDoubleStackFactoryImpl INSTANCE
public static MutableDoubleStackFactoryImpl[] values()
for (MutableDoubleStackFactoryImpl c : MutableDoubleStackFactoryImpl.values()) System.out.println(c);
public static MutableDoubleStackFactoryImpl 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 MutableDoubleStack empty()
empty in interface MutableDoubleStackFactorypublic MutableDoubleStack of()
MutableDoubleStackFactoryMutableDoubleStackFactory.empty().of in interface MutableDoubleStackFactorypublic MutableDoubleStack with()
MutableDoubleStackFactoryMutableDoubleStackFactory.empty().with in interface MutableDoubleStackFactorypublic MutableDoubleStack of(double... items)
MutableDoubleStackFactoryof in interface MutableDoubleStackFactorypublic MutableDoubleStack with(double... items)
with in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAll(DoubleIterable items)
MutableDoubleStackFactoryofAll in interface MutableDoubleStackFactorypublic MutableDoubleStack withAll(DoubleIterable items)
withAll in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAll(Iterable<Double> iterable)
MutableDoubleStackFactory#withAll(IterableDouble).ofAll in interface MutableDoubleStackFactorypublic MutableDoubleStack withAll(Iterable<Double> iterable)
withAll in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAllReversed(DoubleIterable items)
MutableDoubleStackFactoryofAllReversed in interface MutableDoubleStackFactorypublic MutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAll(DoubleStream items)
ofAll in interface MutableDoubleStackFactorypublic MutableDoubleStack withAll(DoubleStream items)
withAll in interface MutableDoubleStackFactoryCopyright © 2004–2019. All rights reserved.