MutableCharStackFactorypublic enum MutableCharStackFactoryImpl extends java.lang.Enum<MutableCharStackFactoryImpl> implements MutableCharStackFactory
MutableCharStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharStack |
empty() |
|
MutableCharStack |
of() |
Same as
MutableCharStackFactory.empty(). |
MutableCharStack |
of(char... items) |
Same as
MutableCharStackFactory.with(char[]). |
MutableCharStack |
ofAll(CharIterable items) |
|
MutableCharStack |
ofAllReversed(CharIterable items) |
|
static MutableCharStackFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableCharStackFactory.empty(). |
MutableCharStack |
with(char... items) |
|
MutableCharStack |
withAll(CharIterable items) |
|
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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableCharStack empty()
empty in interface MutableCharStackFactorypublic MutableCharStack of()
MutableCharStackFactoryMutableCharStackFactory.empty().of in interface MutableCharStackFactorypublic MutableCharStack with()
MutableCharStackFactoryMutableCharStackFactory.empty().with in interface MutableCharStackFactorypublic MutableCharStack of(char... items)
MutableCharStackFactoryMutableCharStackFactory.with(char[]).of in interface MutableCharStackFactorypublic MutableCharStack with(char... items)
with in interface MutableCharStackFactorypublic MutableCharStack ofAll(CharIterable items)
MutableCharStackFactoryofAll in interface MutableCharStackFactorypublic MutableCharStack withAll(CharIterable items)
withAll in interface MutableCharStackFactorypublic MutableCharStack ofAllReversed(CharIterable items)
MutableCharStackFactoryofAllReversed in interface MutableCharStackFactorypublic MutableCharStack withAllReversed(CharIterable items)
withAllReversed in interface MutableCharStackFactoryCopyright © 2004–2018. All rights reserved.