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