java.io.Serializable, java.lang.Comparable<MutableShortListFactoryImpl>, MutableShortListFactorypublic enum MutableShortListFactoryImpl extends java.lang.Enum<MutableShortListFactoryImpl> implements MutableShortListFactory
MutableShortList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortList |
empty() |
|
MutableShortList |
of() |
Same as
MutableShortListFactory.empty(). |
MutableShortList |
of(short... items) |
|
MutableShortList |
ofAll(java.lang.Iterable<java.lang.Short> iterable) |
Same as
#withAll(IterableShort). |
MutableShortList |
ofAll(ShortIterable items) |
|
static MutableShortListFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableShortListFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableShortList |
with() |
Same as
MutableShortListFactory.empty(). |
MutableShortList |
with(short... items) |
|
MutableShortList |
withAll(java.lang.Iterable<java.lang.Short> iterable) |
|
MutableShortList |
withAll(ShortIterable items) |
public static final MutableShortListFactoryImpl INSTANCE
public static MutableShortListFactoryImpl[] values()
for (MutableShortListFactoryImpl c : MutableShortListFactoryImpl.values()) System.out.println(c);
public static MutableShortListFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableShortList empty()
empty in interface MutableShortListFactorypublic MutableShortList of()
MutableShortListFactoryMutableShortListFactory.empty().of in interface MutableShortListFactorypublic MutableShortList with()
MutableShortListFactoryMutableShortListFactory.empty().with in interface MutableShortListFactorypublic MutableShortList of(short... items)
MutableShortListFactoryof in interface MutableShortListFactorypublic MutableShortList with(short... items)
with in interface MutableShortListFactorypublic MutableShortList ofAll(ShortIterable items)
MutableShortListFactoryofAll in interface MutableShortListFactorypublic MutableShortList withAll(ShortIterable items)
withAll in interface MutableShortListFactorypublic MutableShortList ofAll(java.lang.Iterable<java.lang.Short> iterable)
MutableShortListFactory#withAll(IterableShort).ofAll in interface MutableShortListFactorypublic MutableShortList withAll(java.lang.Iterable<java.lang.Short> iterable)
withAll in interface MutableShortListFactoryCopyright © 2004–2020. All rights reserved.