public enum MutableShortSetFactoryImpl extends Enum<MutableShortSetFactoryImpl> implements MutableShortSetFactory
MutableShortSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
empty() |
MutableShortSet |
of() |
MutableShortSet |
of(short... items) |
MutableShortSet |
ofAll(Iterable<Short> iterable) |
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() |
MutableShortSet |
with(short... items) |
MutableShortSet |
withAll(Iterable<Short> iterable) |
MutableShortSet |
withAll(ShortIterable items) |
MutableShortSet |
withInitialCapacity(int capacity) |
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()
of in interface MutableShortSetFactorypublic MutableShortSet with()
with in interface MutableShortSetFactorypublic MutableShortSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableShortSetFactorypublic MutableShortSet of(short... items)
of in interface MutableShortSetFactorypublic MutableShortSet with(short... items)
with in interface MutableShortSetFactorypublic MutableShortSet ofAll(ShortIterable items)
ofAll in interface MutableShortSetFactorypublic MutableShortSet withAll(ShortIterable items)
withAll in interface MutableShortSetFactorypublic MutableShortSet ofAll(Iterable<Short> iterable)
ofAll in interface MutableShortSetFactorypublic MutableShortSet withAll(Iterable<Short> iterable)
withAll in interface MutableShortSetFactoryCopyright © 2004–2021. All rights reserved.