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