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