public enum ImmutableShortSetFactoryImpl extends Enum<ImmutableShortSetFactoryImpl> implements ImmutableShortSetFactory
ImmutableShortSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
empty() |
ImmutableShortSet |
of() |
ImmutableShortSet |
of(short... items) |
ImmutableShortSet |
of(short one) |
ImmutableShortSet |
ofAll(Iterable<Short> iterable) |
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() |
ImmutableShortSet |
with(short... items) |
ImmutableShortSet |
with(short one) |
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()
of in interface ImmutableShortSetFactorypublic ImmutableShortSet with()
with in interface ImmutableShortSetFactorypublic ImmutableShortSet of(short one)
of in interface ImmutableShortSetFactorypublic ImmutableShortSet with(short one)
with in interface ImmutableShortSetFactorypublic ImmutableShortSet of(short... items)
of in interface ImmutableShortSetFactorypublic ImmutableShortSet with(short... items)
with in interface ImmutableShortSetFactorypublic ImmutableShortSet ofAll(ShortIterable items)
ofAll in interface ImmutableShortSetFactorypublic ImmutableShortSet withAll(ShortIterable items)
withAll in interface ImmutableShortSetFactorypublic ImmutableShortSet ofAll(Iterable<Short> iterable)
ofAll in interface ImmutableShortSetFactorypublic ImmutableShortSet withAll(Iterable<Short> iterable)
withAll in interface ImmutableShortSetFactoryCopyright © 2004–2019. All rights reserved.