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