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