Serializable, Comparable<ImmutableLongStackFactoryImpl>, ImmutableLongStackFactorypublic enum ImmutableLongStackFactoryImpl extends Enum<ImmutableLongStackFactoryImpl> implements ImmutableLongStackFactory
ImmutableLongStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
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()
ImmutableLongStackFactoryImmutableLongStackFactory.empty().of in interface ImmutableLongStackFactorypublic ImmutableLongStack with()
ImmutableLongStackFactoryImmutableLongStackFactory.empty().with in interface ImmutableLongStackFactorypublic ImmutableLongStack of(long one)
ImmutableLongStackFactoryImmutableLongStackFactory.with(long).of in interface ImmutableLongStackFactorypublic ImmutableLongStack with(long one)
with in interface ImmutableLongStackFactorypublic ImmutableLongStack of(long... items)
ImmutableLongStackFactoryof in interface ImmutableLongStackFactorypublic ImmutableLongStack with(long... items)
with in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAll(LongIterable items)
ImmutableLongStackFactoryofAll in interface ImmutableLongStackFactorypublic ImmutableLongStack withAll(LongIterable items)
withAll in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAll(Iterable<Long> iterable)
ImmutableLongStackFactory#withAll(IterableLong).ofAll in interface ImmutableLongStackFactorypublic ImmutableLongStack withAll(Iterable<Long> iterable)
withAll in interface ImmutableLongStackFactorypublic ImmutableLongStack ofAllReversed(LongIterable items)
ImmutableLongStackFactoryofAllReversed 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–2019. All rights reserved.