Serializable, Comparable<ImmutableShortStackFactoryImpl>, ImmutableShortStackFactorypublic enum ImmutableShortStackFactoryImpl extends Enum<ImmutableShortStackFactoryImpl> implements ImmutableShortStackFactory
ImmutableShortStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final ImmutableShortStackFactoryImpl INSTANCE
public static ImmutableShortStackFactoryImpl[] values()
for (ImmutableShortStackFactoryImpl c : ImmutableShortStackFactoryImpl.values()) System.out.println(c);
public static ImmutableShortStackFactoryImpl 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 ImmutableShortStack empty()
empty in interface ImmutableShortStackFactorypublic ImmutableShortStack of()
ImmutableShortStackFactoryImmutableShortStackFactory.empty().of in interface ImmutableShortStackFactorypublic ImmutableShortStack with()
ImmutableShortStackFactoryImmutableShortStackFactory.empty().with in interface ImmutableShortStackFactorypublic ImmutableShortStack of(short one)
ImmutableShortStackFactoryof in interface ImmutableShortStackFactorypublic ImmutableShortStack with(short one)
with in interface ImmutableShortStackFactorypublic ImmutableShortStack of(short... items)
ImmutableShortStackFactoryof in interface ImmutableShortStackFactorypublic ImmutableShortStack with(short... items)
with in interface ImmutableShortStackFactorypublic ImmutableShortStack ofAll(ShortIterable items)
ImmutableShortStackFactoryofAll in interface ImmutableShortStackFactorypublic ImmutableShortStack withAll(ShortIterable items)
withAll in interface ImmutableShortStackFactorypublic ImmutableShortStack ofAll(Iterable<Short> iterable)
ImmutableShortStackFactory#withAll(IterableShort).ofAll in interface ImmutableShortStackFactorypublic ImmutableShortStack withAll(Iterable<Short> iterable)
withAll in interface ImmutableShortStackFactorypublic ImmutableShortStack ofAllReversed(ShortIterable items)
ImmutableShortStackFactoryofAllReversed in interface ImmutableShortStackFactorypublic ImmutableShortStack withAllReversed(ShortIterable items)
withAllReversed in interface ImmutableShortStackFactoryCopyright © 2004–2019. All rights reserved.