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