public enum MutableShortStackFactoryImpl extends Enum<MutableShortStackFactoryImpl> implements MutableShortStackFactory
MutableShortStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableShortStack |
empty() |
MutableShortStack |
of() |
MutableShortStack |
of(short... items) |
MutableShortStack |
ofAll(Iterable<Short> iterable) |
MutableShortStack |
ofAll(ShortIterable items) |
MutableShortStack |
ofAllReversed(ShortIterable items) |
static MutableShortStackFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableShortStackFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableShortStack |
with() |
MutableShortStack |
with(short... items) |
MutableShortStack |
withAll(Iterable<Short> iterable) |
MutableShortStack |
withAll(ShortIterable items) |
MutableShortStack |
withAllReversed(ShortIterable items) |
public static final MutableShortStackFactoryImpl INSTANCE
public static MutableShortStackFactoryImpl[] values()
for (MutableShortStackFactoryImpl c : MutableShortStackFactoryImpl.values()) System.out.println(c);
public static MutableShortStackFactoryImpl 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 MutableShortStack empty()
empty in interface MutableShortStackFactorypublic MutableShortStack of()
of in interface MutableShortStackFactorypublic MutableShortStack with()
with in interface MutableShortStackFactorypublic MutableShortStack of(short... items)
of in interface MutableShortStackFactorypublic MutableShortStack with(short... items)
with in interface MutableShortStackFactorypublic MutableShortStack ofAll(ShortIterable items)
ofAll in interface MutableShortStackFactorypublic MutableShortStack withAll(ShortIterable items)
withAll in interface MutableShortStackFactorypublic MutableShortStack ofAll(Iterable<Short> iterable)
ofAll in interface MutableShortStackFactorypublic MutableShortStack withAll(Iterable<Short> iterable)
withAll in interface MutableShortStackFactorypublic MutableShortStack ofAllReversed(ShortIterable items)
ofAllReversed in interface MutableShortStackFactorypublic MutableShortStack withAllReversed(ShortIterable items)
withAllReversed in interface MutableShortStackFactoryCopyright © 2004–2020. All rights reserved.