Serializable, Comparable<ImmutableShortSetFactoryImpl>, ImmutableShortSetFactorypublic enum ImmutableShortSetFactoryImpl extends Enum<ImmutableShortSetFactoryImpl> implements ImmutableShortSetFactory
ImmutableShortSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableShortSet |
empty() |
|
ImmutableShortSet |
of() |
Same as
ImmutableShortSetFactory.empty(). |
ImmutableShortSet |
of(short one) |
Same as
ImmutableShortSetFactory.with(short). |
ImmutableShortSet |
of(short... items) |
|
ImmutableShortSet |
ofAll(Iterable<Short> iterable) |
Same as
#withAll(IterableShort). |
ImmutableShortSet |
ofAll(ShortIterable items) |
|
static ImmutableShortSetFactoryImpl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableShortSetFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableShortSet |
with() |
Same as
ImmutableShortSetFactory.empty(). |
ImmutableShortSet |
with(short one) |
|
ImmutableShortSet |
with(short... items) |
|
ImmutableShortSet |
withAll(Iterable<Short> iterable) |
|
ImmutableShortSet |
withAll(ShortIterable items) |
public static final ImmutableShortSetFactoryImpl INSTANCE
public static ImmutableShortSetFactoryImpl[] values()
for (ImmutableShortSetFactoryImpl c : ImmutableShortSetFactoryImpl.values()) System.out.println(c);
public static ImmutableShortSetFactoryImpl 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 ImmutableShortSet empty()
empty in interface ImmutableShortSetFactorypublic ImmutableShortSet of()
ImmutableShortSetFactoryImmutableShortSetFactory.empty().of in interface ImmutableShortSetFactorypublic ImmutableShortSet with()
ImmutableShortSetFactoryImmutableShortSetFactory.empty().with in interface ImmutableShortSetFactorypublic ImmutableShortSet of(short one)
ImmutableShortSetFactoryImmutableShortSetFactory.with(short).of in interface ImmutableShortSetFactorypublic ImmutableShortSet with(short one)
with in interface ImmutableShortSetFactorypublic ImmutableShortSet of(short... items)
ImmutableShortSetFactoryof in interface ImmutableShortSetFactorypublic ImmutableShortSet with(short... items)
with in interface ImmutableShortSetFactorypublic ImmutableShortSet ofAll(ShortIterable items)
ImmutableShortSetFactoryofAll in interface ImmutableShortSetFactorypublic ImmutableShortSet withAll(ShortIterable items)
withAll in interface ImmutableShortSetFactorypublic ImmutableShortSet ofAll(Iterable<Short> iterable)
ImmutableShortSetFactory#withAll(IterableShort).ofAll in interface ImmutableShortSetFactorypublic ImmutableShortSet withAll(Iterable<Short> iterable)
withAll in interface ImmutableShortSetFactoryCopyright © 2004–2019. All rights reserved.